chore: add update

This commit is contained in:
MattTheTekie 2025-12-12 19:14:46 -05:00
commit 76af4f0bc4
10 changed files with 166 additions and 166 deletions

View file

@ -155,14 +155,14 @@
/* Defaults */
body {
background: url("/images/wallpaper.png") no-repeat center center fixed;
background: url("images/wallpaper.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #698aff;
font-family: "Roboto", arial, serif;
cursor: url("/images/cursor.png"), auto;
cursor: url("images/cursor.png"), auto;
font-size: 14px;
height: 100vh;
}
@ -631,5 +631,5 @@ p {
}
a:hover {
text-decoration: underline;
cursor: url("/images/cursor.cur"), auto;
cursor: url("images/cursor.cur"), auto;
}