Fix rendering on webkit
This commit is contained in:
parent
38763aff09
commit
69dbd9fa7b
13 changed files with 252 additions and 282 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue