parent
d09eb901ec
commit
50b8093ee1
|
@ -14,10 +14,14 @@
|
||||||
body {
|
body {
|
||||||
font-family: "Segoe UI", "Helvetica Neue", Inter, sans-serif;
|
font-family: "Segoe UI", "Helvetica Neue", Inter, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1;
|
line-height: 24px;
|
||||||
color: #111;
|
color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
line-height: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue