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 {

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;
}