Steven Engler 53677f19d8 Added optional page table of contents
You can use the 'tableofcontents' front matter option to enable or
disable the display of a table of contents. Setting this option will
override the new site-wide parameter 'tableofcontentswordcount' which
will automatically add a table of contents on pages with more than
the specified number of words. Set to '0' to always show a table of
contents, or set to '-1' to never show a table of contents (the
default behaviour).
2019-09-12 17:15:13 -04:00

45 lines
581 B
CSS

@import url("light-chroma.css");
a {
color: #0000A0;
}
.highlight > * {
border-color: #E0E0E0;
}
:not(pre) > code {
/* inline code elements */
background-color: rgba(25, 25, 25, 0.05);
}
a > code {
background-color: rgba(15, 15, 150, 0.05);
}
body {
background-color: rgb(247, 247, 247);
}
blockquote {
color: #404040;
border-left: 0.25em solid #CCC;
}
.header {
background-image: url(../../images/header-bg-light.jpg);
}
.main {
background-color: white;
}
.footer {
color: #383838;
}
.table-of-contents {
border-color: #E0E0E0;
background-color: #FAFAFA;
}