style(themes): improve usability scaling for executive-slate
All checks were successful
Check / eval (push) Successful in 2m54s

Increased base font size from 13px to 15px and expanded padding to provide better touch targets and functional proportions.
This commit is contained in:
2026-07-06 18:56:29 +01:00
parent 825b7e25a4
commit 7f10a12ec8
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
* {
background-color: transparent;
text-color: var(text, #D4DAE8);
font: "Inter 13";
font: "Inter 15";
}
window {
@@ -15,7 +15,7 @@ window {
border: 1px;
border-color: var(overlay, #333947);
border-radius: 4px;
padding: 16px;
padding: 24px;
}
mainbox {