Browse Source

Fix url

pull/124/head
GilbN 5 years ago
committed by GitHub
parent
commit
4f4c7b302b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/pihole/organizr-dark.css

4
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;
} }

Loading…
Cancel
Save