Compare commits

..

2 Commits

Author SHA1 Message Date
a6b5fdb348 adjust triger widths for diff layouts 2024-02-20 14:26:28 -05:00
b25bbbd072 Adjust font sizes 2024-02-20 14:26:07 -05:00
2 changed files with 4 additions and 3 deletions

View File

@ -101,15 +101,16 @@
} }
.day-num { .day-num {
font-size: 48px; font-size: 8vw;
pointer-events: none; pointer-events: none;
} }
.day:has(>.event) .day-num { .day:has(>.event) .day-num {
font-size: 32px; font-size: 4vw;
} }
.event, .event a { .event, .event a {
font-size: 1.5vh;
color: var(--cal-event-fg); color: var(--cal-event-fg);
background-color: var(--cal-event-bg); background-color: var(--cal-event-bg);
} }

View File

@ -13,7 +13,7 @@ h1,h2,h3,h4,h5,h6 {
} }
body{ body{
font-size: 100%; /* font-size: 100%; */
line-height: 1.5; line-height: 1.5;
background-color: var(--bg); background-color: var(--bg);
color: var(--fg); color: var(--fg);