️ fix(a11y): update heading tags (#140)

This commit is contained in:
Óscar
2023-09-09 18:03:09 +02:00
committed by GitHub
parent c79407e6d7
commit 0055a3613e
9 changed files with 15 additions and 14 deletions

View File

@@ -150,12 +150,10 @@ article {
.section-title {
display: block;
font-size: 2.2em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;
font-weight: 550;
margin: 0;
color: var(--text-color-high-contrast);
font-weight: 550;
font-size: 2.2em;
}
.last-updated {

View File

@@ -17,6 +17,7 @@
line-height: 3rem;
#home-banner-header {
margin: 0;
margin-bottom: 1rem;
font-weight: 550;
font-size: 2.8rem;

View File

@@ -6,6 +6,7 @@
}
.article-title {
margin: 0;
color: var(--text-color-high-contrast);
display: block;
font-size: 2rem;

View File

@@ -32,6 +32,7 @@
.bloglist-title {
margin: 0;
font-size: 1.2em;
font-weight: bold;