Set first day of month correctly

This commit is contained in:
2024-11-02 01:11:27 +01:00
parent c1dc5011fc
commit 114f337dc9
2 changed files with 36 additions and 30 deletions

View File

@@ -31,14 +31,6 @@
margin: 2px;
transition-duration: .2s;
&.today {
box-shadow: inset 0px 0px 0px 2px #0a3d62;
}
&:first-child {
grid-column: 3;
}
&:hover {
background: #eee;
}