Tweak heading style

This commit is contained in:
Philipp Oppermann
2023-12-28 17:59:23 +01:00
parent 9080e69a09
commit a119d36cc9

View File

@@ -76,7 +76,7 @@ html {
--background-color: #fff; --background-color: #fff;
--text-color: #515151; --text-color: #515151;
--heading-color: #313131; --heading-color: #313131;
--heading-code-color: #a0565c; --heading-code-color: #313131;
--link-color: #268bd2; --link-color: #268bd2;
--hr-color-top: #eee; --hr-color-top: #eee;
--hr-color-bottom: #fff; --hr-color-bottom: #fff;
@@ -181,11 +181,11 @@ h6 {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
} }
h1 { h1 {
font-size: 2rem; font-size: 2.25rem;
} }
h2 { h2 {
margin-top: 1rem; margin-top: 1rem;
font-size: 1.5rem; font-size: 1.75rem;
} }
h3 { h3 {
margin-top: 1.5rem; margin-top: 1.5rem;
@@ -196,6 +196,7 @@ h5,
h6 { h6 {
margin-top: 1rem; margin-top: 1rem;
font-size: 1rem; font-size: 1rem;
font-style: italic;
} }
/* Body text */ /* Body text */