feat: add dark mode and announcement component

This commit is contained in:
2025-03-27 15:00:01 -07:00
parent b7f60dbcb7
commit 57070cb14a
7 changed files with 157 additions and 0 deletions

View File

@ -0,0 +1,20 @@
body::before {
background: url(https://cdn.nhcarrigan.com/background.png);
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
z-index: -1;
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
pointer-events: none;
}
body {
background-color: #7a2048dd;
}