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

@@ -2,7 +2,7 @@
* {
font-family: "Inter", "Symbols Nerd Font", sans-serif;
font-size: 13px;
font-size: 15px;
font-weight: 500;
border: none;
border-radius: 0;
@@ -34,7 +34,7 @@ window#waybar {
#custom-powerprofile,
#custom-updates,
#custom-doctor {
padding: 0 10px;
padding: 0 12px;
margin: 0;
border-radius: 0;
}