mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed lightmode colouration
This commit is contained in:
parent
a6931b5b89
commit
845ce6f39a
2 changed files with 1 additions and 11 deletions
|
|
@ -154,16 +154,6 @@
|
|||
input {
|
||||
min-width: 2.5rem;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
input {
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
.looping-container {
|
||||
position: relative;
|
||||
border: 1px solid light-dark(white, white);
|
||||
border: 1px solid light-dark(@dark-blue, white);
|
||||
border-radius: 6px;
|
||||
padding: 2px 4px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue