diff --git a/CSS/themes/radarr/aquamarine.css b/CSS/themes/radarr/aquamarine.css index 8afa0f06..b4e45b48 100644 --- a/CSS/themes/radarr/aquamarine.css +++ b/CSS/themes/radarr/aquamarine.css @@ -12,7 +12,7 @@ /* https://github.com/gilbN/theme.park */ /* RADARR AQUAMARINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css); +@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); :root { --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; @@ -38,5 +38,5 @@ --text:#eee; --text-hover: #fff; - --text-muted: #999; + --text-muted: #c2c2c2; }