Update style
This commit is contained in:
parent
244aef9114
commit
2cfd53185c
1 changed files with 8 additions and 2 deletions
|
@ -140,27 +140,33 @@ main:first-of-type {
|
||||||
h1 {
|
h1 {
|
||||||
border-bottom: 2px solid var(--accent-2);
|
border-bottom: 2px solid var(--accent-2);
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
border-bottom: 1px solid var(--accent-2);
|
border-bottom: 1px solid var(--accent-2);
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: small;
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: x-small;
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
|
Loading…
Add table
Reference in a new issue