Skip to content

Commit

Permalink
- Updated dark mode css.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnt committed Nov 25, 2021
1 parent 8cc9384 commit af90679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions badwolf.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ static gchar *dark_mode_css = "a { color: #40ECD0 !important; }"
"table, td, th, tr, ul"
"{ border: 0px !important; background: none !important; background-color: #212529 !important; color: #aeb3b7 !important; }"
"article, aside, body, blockquote, dd, dl, dt, form, "
"h1, h2, h3, h4, h5, header, div, iframe, input, label, "
"li, option, p, pre, root, select, span"
"h1, h2, h3, h4, h5, header, footer, div, iframe, input, label, "
"li, option, p, pre, root, select, span, small"
"{ background: none !important; background-color: #212529 !important; color: #aeb3b7 !important; }"; //#a3aaaf #899095

static gboolean
Expand Down
2 changes: 1 addition & 1 deletion po/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Badwolf 1.2.1+gfc5ff73.main\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-11-24 10:28-0300\n"
"POT-Creation-Date: 2021-11-24 21:33-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit af90679

Please sign in to comment.