Browse Source

ombiplextoo

pull/230/head
Marius 3 years ago
parent
commit
11157bf0d4
  1. 20
      CSS/themes/ombi/plex.css

20
CSS/themes/ombi/plex.css

@ -13,22 +13,4 @@
/* OMBI PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/ombi/ombi-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;
--button-color: #cc7b19;
--button-color-hover: #e59029;
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: 229, 160, 13;
--accent-color-hover: #ffc107;
--queue-color: #27c24c;
--link-color: #e5a00d;
--link-color-hover: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}
@import url(https://theme-park.dev/CSS/variables/plex.css);
Loading…
Cancel
Save