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:
@@ -6,7 +6,7 @@
|
|||||||
* {
|
* {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-color: var(text, #D4DAE8);
|
text-color: var(text, #D4DAE8);
|
||||||
font: "Inter 13";
|
font: "Inter 15";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
@@ -15,7 +15,7 @@ window {
|
|||||||
border: 1px;
|
border: 1px;
|
||||||
border-color: var(overlay, #333947);
|
border-color: var(overlay, #333947);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 16px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Inter", "Symbols Nerd Font", sans-serif;
|
font-family: "Inter", "Symbols Nerd Font", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@@ -34,7 +34,7 @@ window#waybar {
|
|||||||
#custom-powerprofile,
|
#custom-powerprofile,
|
||||||
#custom-updates,
|
#custom-updates,
|
||||||
#custom-doctor {
|
#custom-doctor {
|
||||||
padding: 0 10px;
|
padding: 0 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user