feat: background

This commit is contained in:
Naomi Carrigan 2024-08-02 11:43:20 -07:00
parent c069d9cd7b
commit 04265925e5
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -3,6 +3,23 @@
--text: #abfcec;
}
html::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;
bottom: 0;
right: 0;
opacity: 1;
pointer-events: none;
}
@font-face {
font-family: "odudo";
src: url("/assets/fonts/odudo.otf");
@ -22,11 +39,14 @@ a:visited {
}
html {
background-color: var(--bg);
color: var(--text);
text-align: center;
}
.content {
background-color: #006064cc;
}
h1 {
font-size: 3rem;
}