home: move styles to shared/

This commit is contained in:
Charlotte Gaskell 2025-07-28 13:15:37 +01:00
parent a43e646432
commit 4ba4d9fee8
Signed by: charlotte
GPG key ID: 8B93BA001088A340
3 changed files with 32 additions and 35 deletions

30
shared/main.css Normal file
View file

@ -0,0 +1,30 @@
* {
font-family: monospace;
}
html {
background-color: black;
color: #ffc0cb;
font-size: 12pt;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
font-style: italic;
}
a:visited {
color: #ffffff;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}