Browse Source

url fix. Fixes #223

pull/224/head
GilbN 4 years ago
committed by GitHub
parent
commit
874d772b8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/sonarr/plex.css

4
CSS/themes/sonarr/plex.css

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR PLEX THEME */
@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css);
@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css);
:root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
@ -39,4 +39,4 @@
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}
}

Loading…
Cancel
Save