Make the foldables (details summary) look like link

This commit is contained in:
Michal Jirku 2021-04-19 21:10:01 +02:00
parent 21154d1c59
commit 94d10b07e6
2 changed files with 4 additions and 0 deletions

3
_sass/details.scss Normal file
View File

@ -0,0 +1,3 @@
details summary {
cursor: pointer;
}

View File

@ -13,3 +13,4 @@
@import 'tale/footnotes';
@import 'tale/navigation';
@import 'stlviewer';
@import 'details';