Update style

This commit is contained in:
pancakes 2024-06-05 20:13:45 +10:00
parent 244aef9114
commit 2cfd53185c

View file

@ -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 {