stylix font size

This commit is contained in:
2025-09-29 16:42:44 +02:00
parent 5cea889af3
commit dd6feb4170
3 changed files with 25 additions and 13 deletions

View File

@@ -19,6 +19,7 @@
#calendar-title {
color: var(--foreground);
font-weight: bold;
font-size: 1.1em;
margin-bottom: 8px;
}
@@ -31,7 +32,7 @@
#no-events {
color: var(--muted);
font-size: 12px;
font-size: 0.85em;
padding: 4px;
}
@@ -53,7 +54,7 @@
.event-title {
font-weight: bold;
font-size: 12px;
font-size: 1em;
}
.event-title.upcoming {
@@ -65,7 +66,7 @@
}
.event-time {
font-size: 11px;
font-size: 0.85em;
}
.event-time.upcoming {
@@ -77,7 +78,7 @@
}
.event-location {
font-size: 11px;
font-size: 0.85em;
}
.event-location.upcoming {