Added a rules & calendar page

This commit is contained in:
2022-10-26 21:46:25 -04:00
parent 4830b35363
commit f1b875a87e
12 changed files with 138 additions and 23 deletions

View File

@@ -48,6 +48,14 @@ a, a:visited {
}
a:hover, a:visited:hover { color: #b10000; }
h3 { font: 400 18px / 30px Roboto, "Helvetica Neue", sans-serif !important; }
.container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.invert {
background: #fff;
color: #000;