mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Lowers h2 size and removes background color of pre
This commit is contained in:
parent
bf1c16922b
commit
d36f56c4ef
@ -38,7 +38,7 @@ h1, h2, h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: 2rem; }
|
h1 { font-size: 2rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.6rem; }
|
||||||
h3 { font-size: 1.2rem; }
|
h3 { font-size: 1.2rem; }
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
@ -95,7 +95,6 @@ a.mailto:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: #eee;
|
|
||||||
margin: 0 -1rem;
|
margin: 0 -1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user