This commit is contained in:
metacryst
2025-09-12 21:09:41 -05:00
parent eff0c160a5
commit ffb4d1ef52
11 changed files with 214 additions and 735 deletions

View File

@@ -32,14 +32,6 @@ body {
color: var(--green);
}
a {
text-decoration: none;
color: var(--green);
transition: background .2s, padding .2s, color .2s;
padding: 4px;
border-radius: 5px;
}
button {
background-color: var(--green);
color: var(--tan);