feat: summary tag should have cursor pointer

This commit is contained in:
Shivam Mishra 2019-12-09 11:28:44 +05:30
parent c63db4777a
commit d3fecebd83

View file

@ -28,6 +28,10 @@ p {
margin: 10px 0;
}
details > summary {
cursor: pointer;
}
.text-color {
color: @text-color !important;
}