Make button highlight white in nightMode
This commit is contained in:
parent
3eade1c64d
commit
a620bf91a8
@ -119,7 +119,11 @@ button.highlighted {
|
||||
}
|
||||
|
||||
#topbutsright & {
|
||||
border-bottom: 3px solid #000;
|
||||
border-bottom: 3px solid black;
|
||||
}
|
||||
|
||||
.nightMode #topbutsright & {
|
||||
border-bottom: 3px solid white;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user