mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 00:19:15 +02:00
Fixed grey notification label
This commit is contained in:
parent
175e9cf8b9
commit
157fa8f63e
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.menu .item > .label {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
border-color: var(--accent-color);
|
||||||
|
color: #fff;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue