style(themes): improve usability scaling for executive-slate
All checks were successful
Check / eval (push) Successful in 2m54s
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user