This commit is contained in:
+7
-7
@@ -22,7 +22,7 @@
|
||||
|
||||
.anomaly-section-title {
|
||||
font-family: var(--cel-font-title);
|
||||
font-size: 0.78em;
|
||||
font-size: 0.86em;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
color: var(--cel-green-dark, #0c4c0c);
|
||||
@@ -77,7 +77,7 @@
|
||||
border-bottom: 1px solid var(--cel-orange-light);
|
||||
color: var(--cel-orange);
|
||||
font-family: var(--cel-font-title);
|
||||
font-size: 1.2em;
|
||||
font-size: 1.323em;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
@@ -147,7 +147,7 @@
|
||||
padding: 5px 12px;
|
||||
color: rgba(240,232,212,0.7);
|
||||
font-family: var(--cel-font-title);
|
||||
font-size: 0.78em;
|
||||
font-size: 0.86em;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
cursor: pointer;
|
||||
@@ -228,7 +228,7 @@
|
||||
.scores-stat-col {
|
||||
.scores-stat-name {
|
||||
font-family: var(--cel-font-title);
|
||||
font-size: 0.75em;
|
||||
font-size: 0.8269em;
|
||||
color: var(--cel-orange); // gold
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid var(--cel-border);
|
||||
@@ -369,7 +369,7 @@
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
label { font-size: 0.75em; color: var(--cel-orange-light); white-space: nowrap; }
|
||||
select { background: rgba(0,0,0,0.3); border: 1px solid var(--cel-orange); color: var(--cel-orange); font-family: var(--cel-font-title); border-radius: 3px; padding: 2px 4px; font-size: 0.85em; }
|
||||
select { background: rgba(0,0,0,0.3); border: 1px solid var(--cel-orange); color: var(--cel-orange); font-family: var(--cel-font-title); border-radius: 3px; padding: 2px 4px; font-size: 0.9371em; }
|
||||
}
|
||||
}
|
||||
.weapon-damage-badge {
|
||||
@@ -381,7 +381,7 @@
|
||||
border-radius: 6px;
|
||||
padding: 6px 12px;
|
||||
.damage-label { font-size: 0.72em; text-transform: uppercase; color: var(--cel-orange-light); letter-spacing: 0.05em; }
|
||||
.damage-value { font-family: var(--cel-font-title); font-size: 1.6em; font-weight: bold; color: var(--cel-orange); min-width: 28px; text-align: center; }
|
||||
.damage-value { font-family: var(--cel-font-title); font-size: 1.764em; font-weight: bold; color: var(--cel-orange); min-width: 28px; text-align: center; }
|
||||
.damage-hint { font-size: 0.78em; color: var(--cel-cream); font-style: italic; }
|
||||
}
|
||||
}
|
||||
@@ -407,7 +407,7 @@
|
||||
label { font-size: 0.72em; text-transform: uppercase; color: var(--cel-orange-light); letter-spacing: 0.05em; }
|
||||
.armure-stat-value {
|
||||
input[type="number"], span {
|
||||
font-family: var(--cel-font-title); font-size: 1.8em; font-weight: bold; color: var(--cel-orange);
|
||||
font-family: var(--cel-font-title); font-size: 1.9845em; font-weight: bold; color: var(--cel-orange);
|
||||
text-align: center; background: transparent; border: none; width: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user