works I guess?

This commit is contained in:
2025-08-11 23:41:48 -04:00
parent bfb4fd3a63
commit 01d1571b0e
8 changed files with 817 additions and 405 deletions

View File

@@ -12,17 +12,30 @@ body {
body::before {
z-index: -1;
content: "";
font-size: 28px;
position: absolute;
width: 100%;
height: 100%;
}
a {
/* a {
color: rgb(18, 229, 113);
}
a:visited {
color: rgb(23, 138, 125);
} */
.button {
cursor: pointer;
background-color: white;
color: black;
box-shadow: 0px 5px 10px black;
border-radius: 10%;
transition: background-color 0.15s, color 0.15s, transform 0.15s;
}
.button:hover {
background-color: rgb(23, 138, 125);
color: white;
transform: scale(1.1);
}
#app {