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