Event data updates.

This commit is contained in:
Mike Cao 2023-07-11 01:16:17 -07:00
parent d1e93b8e62
commit 55701c9e8c
15 changed files with 642 additions and 693 deletions

View file

@ -1,4 +1,7 @@
.container {
display: flex;
flex-direction: column;
.container a {
color: var(--font-color100);
}
.container a:hover {
color: var(--primary400);
}