Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Jun 10, 2024
1 parent 4621c22 commit 344226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/collapsibles/mod.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ details {

summary {
display: list-item;
border-radius: calc(var(--bd-radius) - 1px) calc(var(--bd-radius) - 1px) 0 0;
color: var(--accent);
cursor: pointer;
user-select: none;
border-radius: calc(var(--bd-radius) - 1px) calc(var(--bd-radius) - 1px) 0 0;
}

summary:hover {
Expand Down

0 comments on commit 344226d

Please sign in to comment.