keep working on sidenotes, copy latest real post over to test

This commit is contained in:
2026-03-09 21:50:51 -04:00
parent e2049c2e29
commit 6e6351f5cf
8 changed files with 452 additions and 8 deletions

View File

@@ -42,7 +42,6 @@ import ThemeSwitcher from '@components/ThemeSwitcher.astro';
text-decoration: underline;
text-underline-offset: 0.5rem;
/*border-bottom: 2px solid transparent;*/
text-decoration-color: transparent;
transition: text-decoration-color 0.2s ease, opacity 0.2s ease;
@@ -55,7 +54,6 @@ import ThemeSwitcher from '@components/ThemeSwitcher.astro';
&:hover, &:active {
text-decoration-color: var(--accent-color);
/*border-bottom-color: var(--accent-color);*/
}
}
}