design tweaks and astro 3

This commit is contained in:
2023-11-15 08:56:56 -05:00
parent 3cc15a0ffd
commit ff17cd2bb6
7 changed files with 4407 additions and 2967 deletions
+3 -1
View File
@@ -87,7 +87,8 @@ hr {
a {
color: var(--blue);
text-decoration: none;
text-decoration: underline;
text-decoration-style: dotted;
}
a:hover {
@@ -149,6 +150,7 @@ button,
border: none;
border-radius: 5px;
transition: filter 0.15s;
text-decoration: none;
}
button:hover,