Fix some styles

This commit is contained in:
Tetrakern 2023-08-13 06:35:25 +02:00
parent 4d8f4147fe
commit a32aa61341
3 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -52,6 +52,7 @@
padding-bottom: 1px;
height: 20px;
width: auto;
transform: translateY(-1px);
}
&.row:not(:first-child) {

View File

@ -155,6 +155,8 @@ body[class*="page_fictioneer"] {
--subnav-background-color: #46403b;
--subnav-item-color: #cdcbc9;
--checkbox-toggle-background-color-active: #615851;
--input-checkbox-background-color-checked: #59524c;
--input-border-color-active: #c7a589;
}