GilbN
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/themes/pihole/organizr-dark.css
|
@ -11,7 +11,7 @@ |
|
|
/* https://github.com/gilbN/theme.park */ |
|
|
/* https://github.com/gilbN/theme.park */ |
|
|
|
|
|
|
|
|
/* PI-HOLE ORGANIZR-DARK THEME */ |
|
|
/* PI-HOLE ORGANIZR-DARK THEME */ |
|
|
@import url(https://gflix.app/theme.park/CSS/themes/pihole/pihole-base.css); |
|
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/pihole/pihole-base.css); |
|
|
:root { |
|
|
:root { |
|
|
--main-bg-color: #1f1f1f; |
|
|
--main-bg-color: #1f1f1f; |
|
|
--modal-bg-color: #1b1b1b; |
|
|
--modal-bg-color: #1b1b1b; |
|
@ -20,4 +20,4 @@ |
|
|
--button-color-hover: rgb(44 171 227 / .8); |
|
|
--button-color-hover: rgb(44 171 227 / .8); |
|
|
--accent-color: #2cabe3; |
|
|
--accent-color: #2cabe3; |
|
|
--accent-color-hover: white; |
|
|
--accent-color-hover: white; |
|
|
} |
|
|
} |
|
|