mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Add chroma pre class
This commit is contained in:
parent
46d344185c
commit
52fd55eee6
|
@ -102,6 +102,15 @@ a.no-color-change {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.chroma {
|
||||||
|
margin-bottom: $paragraph-margin-bottom;
|
||||||
|
padding: $spacer;
|
||||||
|
|
||||||
|
.highlight & {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p, li, h1, h2, h3, h4, h5, h6 {
|
p, li, h1, h2, h3, h4, h5, h6 {
|
||||||
code {
|
code {
|
||||||
@extend .chroma;
|
@extend .chroma;
|
||||||
|
|
Loading…
Reference in a new issue