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,84 @@
@import "vars";
.night-mode .rd {
&__ {
&h--0,
&h--1,
&h--2 {
color: $rgb-name-red--night;
}
&h--1 {
border-bottom-color: $rgb-name-red--night;
}
&h--4 {
color: $rgb-name-alt--night;
}
&h--3 {
color: $rgb-name-alt--night;
}
&-image-title-inner {
border-color: $rgb-border-grey--night;
}
&b-inset {
background-color: #323431;
&--readaloud {
background-color: #28303a;
}
}
&b-data {
border-color: $rgb-border-grey--statblock-night;
}
&b-flow {
background-color: #38352f;
}
&comic {
color: #95aaea;
}
&stats-name-page {
color: $rgb-font--night;
}
&highlight {
background-color: $rgb-bg-highlight--night;
color: $rgb-bg--night;
}
}
&-item__ {
&type-rarity-attunement {
color: $rgb-font--night;
}
}
&-spell__ {
&level-school-ritual {
color: $rgb-font--night;
}
}
&-ability-icon {
&__ {
&fill-primary {
fill: $rgb-font--night;
}
&fill-bg {
fill: $rgb-bg--night;
}
&stroke-bg {
stroke: $rgb-bg--night;
}
}
}
}