Lunar phases

This commit is contained in:
2025-08-21 07:49:24 +00:00
parent 12008e40c8
commit 16b40c90d9
3 changed files with 45 additions and 2 deletions
+6
View File
@@ -22,6 +22,12 @@
transition: background-color .15s ease;
font-size: 1em;
}
.cell .lunar-phase {
position: absolute;
z-index: 1;
top: .25em;
left: 50%;
}
.cell.today h1 {
border-radius: 2em;
background: var(--today);