This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
@import "vars";
.night-mode .statgen .statgen {
&-shared__ {
&ipt {
&[readonly] {
background-color: #3a3a3a;
}
}
}
&-rolled__ {
&wrp-results {
border-color: $rgb-border-grey--trans-night;
}
}
&-pb__ {
&ipt-budget {
&--error {
border-color: red;
}
}
}
&-asi__ {
&row {
border-bottom: 1px solid $rgb-border-grey--trans-night;
}
&cell {
&--top {
border-color: $rgb-border-grey--night;
}
}
}
}