mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-11 07:53:39 +00:00
format
This commit is contained in:
parent
632c27b7ec
commit
2e0e518f5d
3 changed files with 9 additions and 3 deletions
quartz/components/styles
|
@ -42,7 +42,9 @@ button#toc {
|
|||
& > li > a {
|
||||
color: var(--dark);
|
||||
opacity: 0.35;
|
||||
transition: 0.5s ease opacity, 0.3s ease color;
|
||||
transition:
|
||||
0.5s ease opacity,
|
||||
0.3s ease color;
|
||||
&.in-view {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue