Make button highlight white in nightMode

This commit is contained in:
Henrik Giesel 2021-01-28 22:23:06 +01:00
parent 3eade1c64d
commit a620bf91a8

View File

@ -119,7 +119,11 @@ button.highlighted {
}
#topbutsright & {
border-bottom: 3px solid #000;
border-bottom: 3px solid black;
}
.nightMode #topbutsright & {
border-bottom: 3px solid white;
}
}