Skip to content

Commit

Permalink
Merge pull request #1731 from pi-hole/fix/dark_theme_links
Browse files Browse the repository at this point in the history
Add Pi-hole darker theme
  • Loading branch information
DL6ER authored Feb 28, 2021
2 parents 53c654b + 1b3cfb6 commit 1195920
Show file tree
Hide file tree
Showing 3 changed files with 6,207 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/pi-hole/php/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
$available_themes["default-light"] = array("Pi-hole default theme (light, default)", false, "default-light");
$available_themes["default-dark"] = array("Pi-hole midnight theme (dark)", true, "default-dark");
$available_themes["default-darker"] = array("Pi-hole deep-midnight theme (dark)", true, "default-darker");

$webtheme = "";
// Try to load theme settings from setupVars.conf
Expand Down
2 changes: 0 additions & 2 deletions style/themes/default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ h4 {
.box > .box-header {
color: #bec5cb;
}
.box-solid > .box-header a,
.box > .box-header a,
.box-solid > .box-header .btn,
.box > .box-header .btn {
color: #bec5cb;
Expand Down
Loading

0 comments on commit 1195920

Please sign in to comment.