mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix: sidebar text colors
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
ca25760d48
commit
39f39e8f11
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@
|
|||
}
|
||||
|
||||
@mixin colors {
|
||||
color: black;
|
||||
|
||||
color: var(--bs-dark);
|
||||
|
||||
&.sidebar-button-primary {
|
||||
color: var(--bs-light);
|
||||
|
|
Loading…
Reference in a new issue