11 lines
195 B
SCSS
11 lines
195 B
SCSS
@use "./themes/dark.scss";
|
|
|
|
.dotdungeon .actor--pc {
|
|
background: var(--sheet-bg);
|
|
display: grid;
|
|
grid-template-rows: 1fr minmax(min-content, 50px);
|
|
|
|
nav {
|
|
background: var(--panel-bg);
|
|
}
|
|
}
|