Fix rendering on webkit

This commit is contained in:
damii 2024-11-17 22:15:46 +11:00
parent 38763aff09
commit 69dbd9fa7b
13 changed files with 252 additions and 282 deletions

View file

@ -1,7 +1,7 @@
.toc-wrapper-mobile .toc-content {
& .toc_a {
transition: color 0.33s;
color: hsl(var(--green) 72 40);
color: hsl(var(--green) 72% 40%);
}
& ul {
@ -13,7 +13,7 @@
&.active {
& > .toc_a {
color: hsl(var(--green) 72 60);
color: hsl(var(--green) 72% 60%);
}
}
}