chore(): minor css to use pointer on details

This commit is contained in:
Eduardo Roth
2023-12-19 23:31:16 -06:00
parent ca9f054848
commit 24e3a992ed

View File

@@ -153,3 +153,9 @@ starlight-menu-button svg {
.starlight-aside--danger .starlight-aside__title {
color: red;
}
details {
summary {
cursor: pointer;
}
}