Skip to content

Commit 24e3a99

Browse files
committed
chore(): minor css to use pointer on details
1 parent ca9f054 commit 24e3a99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/styles/custom-css.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,9 @@ starlight-menu-button svg {
153153
.starlight-aside--danger .starlight-aside__title {
154154
color: red;
155155
}
156+
157+
details {
158+
summary {
159+
cursor: pointer;
160+
}
161+
}

0 commit comments

Comments
 (0)