stylix font size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user