initial commit

This commit is contained in:
Lucas Jensen
2024-05-01 09:19:01 -07:00
commit 5d67c0c2b2
117 changed files with 9917 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.group-info {
color: var(--group-info-color);
}
.group-bio {
color: var(--group-info-color);
font-weight: 600 !important;
}
#about {
padding-top: 120px;
margin-top: -70px;
}