Skip to content

Commit

Permalink
fix: bullet closed color
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 17, 2021
1 parent 3c896da commit 2fb24ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
transform: scale(1.2);
}

.bullet-container.bullet-closed .bullet {
background-color: var(--ls-primary-background-color);
}

a:hover > .bullet-container .bullet {
opacity: 1;
}
Expand Down

0 comments on commit 2fb24ef

Please sign in to comment.