Finished off the agenda and minutes features in the adm page. Added another six events to the calendar.

This commit is contained in:
2025-07-10 12:40:53 +10:00
parent 558012bf89
commit 3e32ea92b4
7 changed files with 121 additions and 29 deletions

View File

@@ -71,3 +71,9 @@ body { display: none; }
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
textarea {
font-family: monospace;
background-color: #000000;
color: #ffffff;
font-weight: bold;
}