decrease h1-h6 font size

This commit is contained in:
iacore
2024-05-11 14:12:43 +00:00
parent 60b9cca6f9
commit 492b46d75e
2 changed files with 31 additions and 0 deletions
+24
View File
@@ -115,6 +115,30 @@ h1, h2, h3, h4, h5, h6 {
margin-block-end: 0.5em;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.17em;
}
h3 {
font-size: 1em;
}
h4 {
font-size: 0.83em;
}
h5 {
font-size: 0.67em;
}
h6 {
font-size: 0.5em;
}
a {
color: #118bee;
text-decoration: none;
+7
View File
@@ -152,6 +152,13 @@ h1,h2,h3,h4,h5,h6 {
margin-block-end: 0.5em;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.17em; }
h3 { font-size: 1em; }
h4 { font-size: 0.83em; }
h5 { font-size: 0.67em; }
h6 { font-size: 0.50em; }
a {
color: $link;
text-decoration: none;