mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
84
scss/includes/render-night.scss
Normal file
84
scss/includes/render-night.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user