keep working on sidenotes, copy latest real post over to test
This commit is contained in:
@@ -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);*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user