mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Make all the headings bigger
This commit is contained in:
parent
e147726f32
commit
b5c29a162f
1 changed files with 15 additions and 4 deletions
|
@ -267,7 +267,8 @@ th, td {
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
font-family: 'Permanent Marker';
|
font-family: 'Permanent Marker';
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
margin-top: 2.8rem;
|
margin-top: 1.75rem;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a, h2 a, h3 a, h4 a, h5 a {
|
h1 a, h2 a, h3 a, h4 a, h5 a {
|
||||||
|
@ -280,17 +281,27 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 6rem;
|
font-size: 7rem;
|
||||||
|
line-height: 7rem;
|
||||||
color: var(--h1-color);
|
color: var(--h1-color);
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 1.75rem;
|
||||||
text-shadow: 2px 2px 2px #010101;
|
text-shadow: 2px 2px 2px #010101;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3rem;
|
font-size: 4rem;
|
||||||
text-shadow: 2px 2px 1px #010101;
|
line-height: 4rem;
|
||||||
|
text-shadow: 2px 2px 2px #010101;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
font-size: 3rem;
|
||||||
|
line-height: 3rem;
|
||||||
|
text-shadow: 2px 2px 1px #010101;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-shadow: 1px 1px 1px #010101;
|
text-shadow: 1px 1px 1px #010101;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue