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