Files
networkException 72bd51393f Assets: Moved directory from docs to theme
The docs directory should really only be used for the actual documentation files
2021-05-12 22:05:07 +02:00

13 lines
249 B
CSS

.md-typeset h1 {
margin: 2rem 0 0;
}
blockquote > p {
border-left: .2rem solid var(--md-default-fg-color--lighter) !important;
padding-left: .6rem !important;
color: rgb(172, 172, 172);
}
blockquote {
border: none !important;
}