feat: summary tag should have cursor pointer
This commit is contained in:
parent
c63db4777a
commit
d3fecebd83
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ p {
|
|||
margin: 10px 0;
|
||||
}
|
||||
|
||||
details > summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-color {
|
||||
color: @text-color !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue