adjust font sizes

This commit is contained in:
2025-07-30 13:45:50 +02:00
parent 4cfaff7f3c
commit d8eeb8205c

View File

@@ -45,7 +45,6 @@ tooltip {
color: @foreground;
background-color: alpha(@base, 0);
transition: all 0.3s ease-in-out;
font-size: 14px; /* Slightly smaller font size */
}
#workspaces button:hover {
@@ -83,7 +82,6 @@ tooltip {
#window {
background-color: alpha(@base, 0.6);
font-size: 14px; /* Slightly smaller font size */
color: @subtext1;
border-radius: 14px;
padding: 3px 6px; /* Reduced padding */
@@ -93,7 +91,6 @@ tooltip {
#custom-mediaplayer {
background-color: alpha(@base, 0.6);
font-size: 14px; /* Slightly smaller font size */
border-radius: 14px;
padding: 3px 12px;
color: @lavender;