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