mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
99 lines
1.2 KiB
SCSS
99 lines
1.2 KiB
SCSS
@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;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-homebrew__ {
|
|
&b {
|
|
background-color: $rgb-bg-homebrew--night;
|
|
}
|
|
|
|
&disp-old-content {
|
|
color: #f99;
|
|
}
|
|
|
|
&disp-inline {
|
|
background-color: $rgb-bg-homebrew--night;
|
|
}
|
|
}
|
|
}
|