mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Add some more styling
This commit is contained in:
parent
8390da28bc
commit
46d344185c
|
@ -101,3 +101,21 @@ a.no-color-change {
|
|||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
p, li, h1, h2, h3, h4, h5, h6 {
|
||||
code {
|
||||
@extend .chroma;
|
||||
padding: $spacer * 0.25;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
.anchor {
|
||||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
|
||||
ul ul, ol ol {
|
||||
padding-left: $spacer * 1.5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue