Skip to content

Commit

Permalink
fix(reference): fix reference block bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
UNICKCHENG committed Jan 2, 2024
1 parent 7a80cea commit b16c145
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,10 @@ body[data-page="shortcut-setting"] {
background-color: var(--ls-code-background-color);
}
}


.references-blocks {
.references-blocks-item {
background-color: var(--ls-secondary-background-color);
}
}

0 comments on commit b16c145

Please sign in to comment.