mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Tweak heading style
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user