1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

plex sidemenu

This commit is contained in:
Marius 2021-03-31 17:43:45 +02:00
parent a6f2ad8eba
commit 749509e58d

View File

@ -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;
@ -381,4 +385,4 @@ fieldset[disabled] .btn-primary:hover {
[class*="ServerMenuItem-selectedServerMenuItem"],
[class*="ServerMenuItem-selectedIcon"] {
color: rgb(var(--accent-color));
}
}