Styling cleanup

This commit is contained in:
2025-08-21 03:18:55 +00:00
parent ba513d1199
commit bbdbefef1c
4 changed files with 12 additions and 10 deletions
+7 -1
View File
@@ -22,7 +22,13 @@
transition: background-color .15s ease;
font-size: 1em;
}
.cell:hover h1 { text-shadow: 0 0 .2em }
.cell.today h1 {
border-radius: 2em;
background: var(--today);
border: .2em solid var(--today);
margin: -.2em;
}
.cell:hover h1 { text-shadow: 0 0 .2em var(--shadow); }
/* Fixed heights for cells and labels */
.week-row .cell, .week-row .week-label { height: var(--cell-h) }