mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
72bd51393f
The docs directory should really only be used for the actual documentation files
13 lines
249 B
CSS
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;
|
|
} |