increased font size

This commit is contained in:
2026-06-05 19:40:54 -05:00
parent 4dbf576f23
commit 60c82b2e5e

View File

@@ -8,7 +8,7 @@ $scarlet: #ff0000;
} }
window { window {
font-size: 10px; font-size: 20px;
border-radius: 10px; border-radius: 10px;
text-shadow: 1px 1px 3px black; text-shadow: 1px 1px 3px black;
} }
@@ -55,7 +55,7 @@ scale trough highlight {
tooltip { tooltip {
background-color: rgba($grey, 0.9); background-color: rgba($grey, 0.9);
font-size: 10px; font-size: 20px;
color: white; color: white;
padding: 3px; padding: 3px;
margin: 10px 20px; margin: 10px 20px;
@@ -125,7 +125,7 @@ circular-progress {
} }
.timendate { .timendate {
font-size: 8px; font-size: 15px;
} }
.clock { .clock {
@@ -134,6 +134,6 @@ circular-progress {
} }
.visualizer { .visualizer {
font-size: 8px; font-size: 15px;
text-shadow: 0px 0px; text-shadow: 0px 0px;
} }