window resizing and other small changes

This commit is contained in:
CJSatnarine
2025-03-14 14:45:55 -04:00
parent 40c6d1cb9c
commit 15fd3615f8
8 changed files with 93 additions and 42 deletions

View File

@@ -13,8 +13,11 @@ body {
display: block;
}
a:link, a:visited, a:hover, a:active {
color: rgb(150, 47, 254);
a:link,
a:visited,
a:hover,
a:active {
color: rgb(150, 47, 254);
background-color: transparent;
text-decoration: none;
}