Fix weapon sheet
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
min-width: 3.8rem;
|
||||
font-family: @font-secondary;
|
||||
font-size: @font-size-xs;
|
||||
color: @color-olive;
|
||||
color: @color-dark;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -205,6 +205,7 @@
|
||||
label {
|
||||
font-family: @font-secondary;
|
||||
font-size: @font-size-sm;
|
||||
color: @color-dark;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@font-primary: "Sherwood", "Palatino Linotype", serif;
|
||||
@font-secondary: "BlueDragon", "Palatino Linotype", serif;
|
||||
@font-body: "Calibri", "Segoe UI", sans-serif;
|
||||
@font-size-base: 0.82rem;
|
||||
@font-size-base: 0.86rem;
|
||||
|
||||
// Colors — from design_rules.md (CMYK converted to RGB)
|
||||
// Blue: CMYK(94, 42, 9, 50) → rgb(8, 74, 116)
|
||||
|
||||
Reference in New Issue
Block a user