mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
fix black-on-black text (#270)
This commit is contained in:
parent
896b2604be
commit
b98c8b1876
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
&.active {
|
&.active {
|
||||||
.label {
|
.label {
|
||||||
color: var(--black);
|
color: var(--black-3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue