webrings and buttons
All checks were successful
Deploy website / deploy (push) Successful in 26s

This commit is contained in:
2026-03-03 18:01:44 +00:00
parent 8f1e4e60e1
commit 885d2559af
3 changed files with 33 additions and 3 deletions

View File

@@ -333,6 +333,21 @@ code {
top: 200px;
}
.webring {
text-align: center;
}
.webring a {
text-decoration: none;
color: var(--primary-color);
font-size: 1.2rem;
}
.webring a:hover {
font-weight: 900;
text-shadow: 0px 0px 10px var(--primary-color-but-slightly-transparent);
}
@media screen and (max-width: 1240px) {
#toaster-wave {
display: none;