Browse Source

plex sgray accent fix

pull/179/head
Marius 4 years ago
parent
commit
797078e6d4
  1. 8
      CSS/themes/plex/space-gray.css

8
CSS/themes/plex/space-gray.css

@ -22,9 +22,9 @@
--button-color-hover: #81a6b7; --button-color-hover: #81a6b7;
--button-text: #eee; --button-text: #eee;
--button-text-hover: #fff; --button-text-hover: #fff;
--accent-color: 129, 166, 183; --accent-color: 112, 174, 202;
--accent-color-hover: #607D8B; --accent-color-hover: #81a6b7;
--link-color: #9adfff; --link-color: #70aeca;
--link-color-hover: #FFF; --link-color-hover: #81a6b7;
--poster-unwatched: #70aeca; --poster-unwatched: #70aeca;
} }
Loading…
Cancel
Save