This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

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