hugo-azo-notes/layouts/shortcodes/style_regular.html

52 lines
755 B
HTML

<link rel="icon" type="image/x-icon" href="/favicon.ico">
<style>
body {
font-family: 'Fira Sans';
}
code {
font-family: 'Fira Code';
}
main h1:nth-child(1) {
border-bottom: 2px solid black;
font-size: 300%;
margin-bottom: 10px;
color: #6272a4;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
main h1 {
color: #bd93f9;
}
h2, h3 {
font-style: italic;
color: #ff79c6;
}
h4 {
font-style: italic;
}
.toc {
border: .15rem solid #757575;
padding: 1rem;
margin-top: 1rem;
margin-bottom: 1em;
color: #757575;
}
.toc-header {
color: #757575;
font-size: 1.5rem;
}
#TableOfContents > ul {
list-style-type: none;
padding-left: 1em;
}
#TableOfContents > ul > li ul {
list-style-type: none;
padding-left: 1em;
}
</style>