diff --git a/CSS/themes/pihole/organizr-dark.css b/CSS/themes/pihole/organizr-dark.css index 9b461fe6..a219e8e6 100644 --- a/CSS/themes/pihole/organizr-dark.css +++ b/CSS/themes/pihole/organizr-dark.css @@ -11,7 +11,7 @@ /* https://github.com/gilbN/theme.park */ /* 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 { --main-bg-color: #1f1f1f; --modal-bg-color: #1b1b1b; @@ -20,4 +20,4 @@ --button-color-hover: rgb(44 171 227 / .8); --accent-color: #2cabe3; --accent-color-hover: white; - } \ No newline at end of file + }