fix: md button color in dark mode
This commit is contained in:
parent
4a123bc481
commit
062761d850
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ html[data-theme='dark'] {
|
|||
a {
|
||||
color: $lbry-white !important; // We need to use !important to override the CodeMirror styles
|
||||
|
||||
&.active {
|
||||
background-color: rgba($lbry-black, 0.4);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $lbry-black !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue