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 {
|
||||
border-bottom: 2px solid var(--accent-2);
|
||||
font-size: xx-large;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom: 1px solid var(--accent-2);
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: x-small;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
article {
|
||||
|
|
Loading…
Add table
Reference in a new issue