style: restore default heading and paragraph typography
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
/* margin: 0.1rem 0 0.1rem; */
|
||||
font-family: inherit;
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0;
|
||||
text-transform: capitalize;
|
||||
color: var(--foreground);
|
||||
}
|
||||
|
||||
@@ -22,32 +23,37 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.875rem;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.75rem;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1.25rem;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0.2rem 0 0.1rem;
|
||||
/* line-height: 1.5; */
|
||||
font-family: inherit;
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
letter-spacing: 0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
|
||||
Reference in New Issue
Block a user