Compare commits

..

No commits in common. "a6b5fdb348cf501f1e6fbc19028bd4db7bb1b6ad" and "a540c7b60a1c9bf9bac1e8597b7041d13c9f69b7" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -101,16 +101,15 @@
} }
.day-num { .day-num {
font-size: 8vw; font-size: 48px;
pointer-events: none; pointer-events: none;
} }
.day:has(>.event) .day-num { .day:has(>.event) .day-num {
font-size: 4vw; font-size: 32px;
} }
.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);