Harmonize typography: remove log uppercase, normalize label font sizes

This commit is contained in:
Oliver Hofmann 2026-05-10 10:45:41 +02:00
parent 79a30dd179
commit f551b2a421

View File

@ -182,6 +182,7 @@ tr:hover {
.settings-row label { .settings-row label {
width: 160px; width: 160px;
flex-shrink: 0; flex-shrink: 0;
font-size: 14px;
font-weight: 500; font-weight: 500;
color: #2c3e50; color: #2c3e50;
} }
@ -408,7 +409,7 @@ tr:hover {
.edit-form label small { .edit-form label small {
font-weight: 400; font-weight: 400;
color: #999; color: #999;
font-size: 11px; font-size: 12px;
} }
.edit-form input { .edit-form input {
@ -460,12 +461,10 @@ tr:hover {
} }
.log-section h3 { .log-section h3 {
font-size: 13px; font-size: 14px;
font-weight: 600; font-weight: 600;
color: #555; color: #34495e;
margin: 0 0 6px; margin: 0 0 6px;
text-transform: uppercase;
letter-spacing: 0.04em;
} }
.log-pre { .log-pre {