Files
5etools-mirror-2.github.io/scss/includes/util-5etools-night.scss
TheGiddyLimit 8117ebddc5 v1.198.1
2024-01-01 19:34:49 +00:00

36 lines
447 B
SCSS

@import "vars";
.night-mode {
.stripe- {
&even {
&:nth-child(even) {
background: $rgb-stripe-grey--night;
}
}
&odd {
&:nth-child(odd) {
background: $rgb-stripe-grey--night;
}
}
&child- {
&even-first {
&:nth-child(even) > :first-child {
background: $rgb-stripe-grey--night;
}
}
}
}
.veapp {
&__ {
&ele-hoverable {
&:hover {
background: $rgb-bg--alt-night;
}
}
}
}
}