Browse Source

Merge branch 'master' of https://github.com/gilbN/theme.park

pull/179/head
Marius 4 years ago
parent
commit
b0ea5dfd2f
  1. 2
      CSS/themes/plex/plex-base.css
  2. 3
      CSS/themes/unraid/unraid-base.css

2
CSS/themes/plex/plex-base.css

@ -44,7 +44,7 @@ a:hover {
/* BODY */
[class*="FullPageBackground-backgroundContainer"] [class*="CrossFadeImage-crossFade"],
#plex>[class*="FullPageBackground-backgroundContainer"]>div>div:nth-child(2) {
#plex>[class*="background-container"]>div>div>div:nth-child(2) {
background: var(--main-bg-color) !important;
}

3
CSS/themes/unraid/unraid-base.css

@ -10,6 +10,9 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
* {
outline: none;
}
body {
color: var(--text);
background: var(--main-bg-color);

Loading…
Cancel
Save