1
0
Fork 0
hugo-paper/assets/custom.css

22 lines
357 B
CSS
Raw Normal View History

2021-08-20 13:21:20 +02:00
/* Place custom css here. */
/* Definitionen einrücken */
dl dd {
margin-left: 2em;
}
/* Notiz-Block/Anmerkungen */
.note {
border: .25em solid #FCAF3E;
padding: .5em;
background:#FCE94F;
}
/* Fußnoten - <https://geekthis.net/post/hugo-footnotes-and-citations/> */
a.footnote-ref::before {
content: '[';
}
a.footnote-ref::after {
content: ']';
}