chore: Site Fixes

This commit is contained in:
MattTheTekie 2025-06-21 12:01:21 -04:00
commit ffc4a94edc
19 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ body {
background-size: cover;
background-color: #698aff;
font-family: "Roboto", arial, serif;
cursor: url("http://www.venith.net/legacy/assets/images/cursor.png"), auto;
cursor: url("http://www.venith.net/images/cursor.png"), auto;
font-size: 14px;
height: 100vh;
}
@ -631,5 +631,5 @@ p {
}
a:hover {
text-decoration: underline;
cursor: url("https://frutigeraeroarchive.org/images/cursors/link.cur"), auto;
cursor: url("http://www.venith.net/images/cursor.cur"), auto;
}