changed style

probably won't add stuff to it, just extend when new features might be added
This commit is contained in:
Arian Furrer 2024-02-17 22:45:09 +01:00
parent 8e3f836ed2
commit c50b12410e
1 changed files with 22 additions and 0 deletions

View File

@ -51,11 +51,23 @@ h1 {
color: #bd93f9; color: #bd93f9;
} }
h1::before {
color: #bd93f9;
content: "⦿ ";
font-style: normal;
}
h2, h3 { h2, h3 {
font-style: italic; font-style: italic;
color: #ff79c6; color: #ff79c6;
} }
h2::before, h3::before {
color: #ff79c6;
content: "⦿ ";
font-style: normal;
}
h3, h4 { h3, h4 {
font-size: 18pt; font-size: 18pt;
} }
@ -68,6 +80,11 @@ h5, h6 {
font-size: 16pt; font-size: 16pt;
} }
h4::before, h5::before, h6::before {
content: "⦿ ";
font-style: normal;
}
.header, .header,
.footer, .footer,
.column { .column {
@ -88,6 +105,11 @@ h5, h6 {
color: #6272a4; color: #6272a4;
} }
.website-title::before {
content: "";
display: none;
}
/* Create three unequal columns that floats next to each other */ /* Create three unequal columns that floats next to each other */
.column { .column {
float: left; float: left;