Files
KaTeX/website/static/css/custom.css
Erik Demaine 05dc9211cc ScrollSpy for table of contents (#1557)
* ScrollSpy for table of contents

* Add reference

* Incorporate comments

* Simplify headingsCache and change ScrollSpy reference

* Add comment

* Fix lint errors

* Switch back to throlling, update comments
2018-08-08 13:22:06 +09:00

33 lines
575 B
CSS

ul.toc-headings > li {
padding-bottom: 0px; /* moved to li > a */
}
.toc-headings > li > a {
display: block;
padding: 4px;
}
.toc-headings > li > a.active {
background-color: rgba(27, 31, 35, 0.05);
font-weight: bold;
}
.fixedHeaderContainer header img {
height: 80%;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}