mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 21:34:16 +02:00
Add emphatic color variable and set up scoped based overrides for core variables
This commit is contained in:
parent
e529dd0f88
commit
475b8bd149
36 changed files with 86 additions and 71 deletions
|
|
@ -200,7 +200,7 @@
|
|||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
background-color: light-dark(@dark-blue-40, @golden-40);
|
||||
color: light-dark(@dark-blue, @golden);
|
||||
color: @color-text-emphatic;
|
||||
}
|
||||
|
||||
.subfolder-list {
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
background-color: light-dark(@dark-blue-10, @golden-10);
|
||||
color: light-dark(@dark-blue, @golden);
|
||||
color: @color-text-emphatic;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
.item-list-header {
|
||||
align-items: center;
|
||||
background-color: light-dark(@dark-15, @dark-golden-80);
|
||||
color: light-dark(@dark-blue, @golden);
|
||||
color: @color-text-emphatic;
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border-radius: 3px;
|
||||
min-height: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue