1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-28 04:52:08 +03:00
This commit is contained in:
Rasmus Andersson 2017-08-22 03:51:10 -07:00
parent 260b3deb84
commit 38a5fbd631

View File

@ -76,7 +76,7 @@ p {
code {
display: block;
font-family: "SFMono-Regular", Menlo, Consolas, Inconsolata, monospace;
/*background: rgba(0,0,0,0.05);*/
font-size:0.96em;
border-radius:1px;
padding: 0.5em 0;
overflow: scroll;
@ -97,7 +97,9 @@ h1 {
h2 {
font-size: 24px;
letter-spacing: -0.4px;
line-height: 40px;
line-height: 30px;
margin-bottom: 25px;
margin-top: 10px;
}
h1 > a, h2 > a, h3 > a {