adjust styling and bump dates etc

This commit is contained in:
April John 2026-08-28 15:39:56 +02:00
commit a584a5252f
40 changed files with 678 additions and 294 deletions

View file

@ -36,15 +36,12 @@
border-collapse: collapse;
}
#calendar-table th, #calendar-table td {
border: 1px;
border: none;
padding: 5px;
text-align: center;
vertical-align: top;
height: 50px;
width: 15%;
}
#calendar-table th
#calendar-table td {
position: relative;
cursor: pointer;
}
@ -83,8 +80,6 @@
background-color: rgba(255, 255, 255, 0.1);
box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
border-radius: 8px;
width: 20px;
height: 20px;
border: 5px solid grey;
font-weight: lighter;
position: relative;