Browse Source

plex sidemenu

pull/179/head
Marius 4 years ago
parent
commit
749509e58d
  1. 4
      CSS/themes/plex/plex-base.css

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

@ -71,6 +71,10 @@ a:hover {
box-shadow: inset 4px 0 0 0 rgb(var(--accent-color)) !important;
}
[class*="SourceSidebarServerHeader-title"] {
color: rgb(var(--accent-color));
}
/* NAVBAR */
[class*="NavBar-container"] {
background: rgba(0, 0, 0, .25) !important;

Loading…
Cancel
Save