Switching to different style of theme selection

This commit is contained in:
Fabian Stamm
2020-03-27 11:04:50 +01:00
parent 2835b1bac9
commit 67478113cb
15 changed files with 326 additions and 282 deletions

View File

@ -1,4 +1,4 @@
.#{$ns}table {
.#{$theme} .#{$ns}table {
tr:nth-child(odd):not(:first-child) {
background: darken-brighten-color($background, 10%);
}