Make the foldables (details summary) look like link
This commit is contained in:
parent
21154d1c59
commit
94d10b07e6
2 changed files with 4 additions and 0 deletions
3
_sass/details.scss
Normal file
3
_sass/details.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
|
@ -13,3 +13,4 @@
|
||||||
@import 'tale/footnotes';
|
@import 'tale/footnotes';
|
||||||
@import 'tale/navigation';
|
@import 'tale/navigation';
|
||||||
@import 'stlviewer';
|
@import 'stlviewer';
|
||||||
|
@import 'details';
|
||||||
|
|
Loading…
Reference in a new issue