mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.206.1
This commit is contained in:
26
scss/includes/classes-table-night.scss
Normal file
26
scss/includes/classes-table-night.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
@use "../vars/vars";
|
||||
@use "../vars/vars-night";
|
||||
|
||||
.ve-night-mode {
|
||||
.cls-tbl {
|
||||
background: vars-night.$rgb-bg--night;
|
||||
|
||||
> tbody > tr > th {
|
||||
color: vars-night.$rgb-font--night;
|
||||
}
|
||||
|
||||
&__ {
|
||||
&disp-name {
|
||||
color: vars-night.$rgb-font--night;
|
||||
}
|
||||
|
||||
&col-group::after {
|
||||
border-color: vars-night.$rgb-border-grey--night;
|
||||
}
|
||||
|
||||
&stripe-odd:nth-child(odd) {
|
||||
background: vars.$rgb-stripe-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user