Font size for headings
This commit is contained in:
parent
08e5f1cf60
commit
ae892fd2fc
1 changed files with 10 additions and 1 deletions
|
@ -73,7 +73,16 @@ const { title, description } = Astro.props;
|
|||
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 {
|
||||
color: var(--accent-fg);
|
||||
|
|
Loading…
Add table
Reference in a new issue