Font size for headings

This commit is contained in:
DarkCat09 2023-06-18 20:02:01 +04:00
parent 08e5f1cf60
commit ae892fd2fc

View file

@ -73,7 +73,16 @@ const { title, description } = Astro.props;
font-weight: 500; font-weight: 500;
} }
} }
h1 { font-size: 2.4rem; }
h1 { font-size: 2.50rem; }
h2 { font-size: 2.00rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.40rem; }
h5 { font-size: 1.20rem; }
h6 {
color: var(--fg-sec);
font-size: 1.1rem;
}
a, .link { a, .link {
color: var(--accent-fg); color: var(--accent-fg);