update typography.scss

This commit is contained in:
Mehmet Çetin
2025-07-10 14:21:49 +03:00
parent e4b334f58a
commit bf5035340f
2 changed files with 16 additions and 2032 deletions

2032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,19 @@
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 1.5rem 0 1rem 0;
font-family: inherit;
font-weight: 700;
line-height: 1.5;
color: var(--text-color);
&:first-child {
margin-top: 0;
}
}
h1 {
font-size: 2.5rem;