Commit 8a70e2c
Changed files (1)
src
components
widgets
src/components/widgets/TOC.astro
@@ -30,14 +30,10 @@ const maxLevel = 3;
</div>
<style>
- $max-level: 3;
-
a {
display: block;
padding: 0.5rem 1rem;
- @apply duration-200;
- @apply hover:scale-105;
- @apply active:scale-95;
+ @apply duration-200 hover:scale-105 active:scale-95;
}
</style>