Changed content and added info page

Signed-off-by: Bo Jordans <bo@eepyfox.space>
Signed-off-by: FreedTapestry21 <freedtapestry21@pixelated.sh>
This commit is contained in:
Bo⋆˚✿˖° 2025-06-25 04:33:14 +02:00
parent e46ba81af4
commit 085e036315
No known key found for this signature in database
GPG key ID: D9303A8DCAB82416
8 changed files with 58 additions and 6 deletions

View file

@ -101,6 +101,16 @@ a:hover {
.footer p {font-size:12px;}
.footer a {
color: var(--background-color);
text-decoration: none;
}
.footer a:hover {
color: var(--accent-color);
background-color: var(--background-color);
}
.info {text-align: left; width: 45%;}
.copyright {text-align: right; width: 45%;}