mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 20:40:12 +02:00
web/CobaltLogo: color the logo according to sidebar colors
This commit is contained in:
parent
efa09d7280
commit
60f4009947
@ -17,6 +17,10 @@
|
||||
padding-bottom: calc(var(--sidebar-tab-padding) * 2 - var(--sidebar-inner-padding));
|
||||
}
|
||||
|
||||
#cobalt-logo :global(path) {
|
||||
fill: var(--sidebar-highlight);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
#cobalt-logo {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user