Lowers h2 size and removes background color of pre

This commit is contained in:
Christophe HENRY 2021-03-13 19:17:17 +01:00
parent bf1c16922b
commit d36f56c4ef
1 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ h1, h2, h3 {
}
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.2rem; }
blockquote {
@ -95,7 +95,6 @@ a.mailto:before {
}
pre {
background-color: #eee;
margin: 0 -1rem;
padding: 1rem;
overflow-x: auto;