optimize everything ("Eleventy Harder"), improve some css
All checks were successful
/ build (push) Successful in 3m22s

This commit is contained in:
Ruben 2025-07-01 20:51:29 -05:00
commit 8b904b03de
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
36 changed files with 1107 additions and 1367 deletions

View file

@ -127,6 +127,7 @@ html[page-is="goopy"] {
@media (prefers-color-scheme: dark) {
--accent: #65ff88 !important;
--link: var(--accent) !important;
}
@media screen and (max-width: 59em) {
@ -168,6 +169,7 @@ html[page-is="goopy"] {
html[data-theme="light"][page-is="goopy"] {
--accent: #00d131 !important;
--link: #008d21 !important;
.nav-baselink, .nav-accessibility {
background-color: var(--accent) !important;
@ -177,4 +179,5 @@ html[data-theme="light"][page-is="goopy"] {
html[data-theme="dark"][page-is="goopy"] {
--accent: #65ff88 !important;
--link: var(--accent) !important;
}