mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
Make button highlight white in nightMode
This commit is contained in:
parent
3eade1c64d
commit
a620bf91a8
1 changed files with 5 additions and 1 deletions
|
|
@ -119,7 +119,11 @@ button.highlighted {
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbutsright & {
|
#topbutsright & {
|
||||||
border-bottom: 3px solid #000;
|
border-bottom: 3px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nightMode #topbutsright & {
|
||||||
|
border-bottom: 3px solid white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue