changed style
probably won't add stuff to it, just extend when new features might be added
This commit is contained in:
parent
8e3f836ed2
commit
c50b12410e
|
|
@ -51,11 +51,23 @@ h1 {
|
|||
color: #bd93f9;
|
||||
}
|
||||
|
||||
h1::before {
|
||||
color: #bd93f9;
|
||||
content: "⦿ ";
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
font-style: italic;
|
||||
color: #ff79c6;
|
||||
}
|
||||
|
||||
h2::before, h3::before {
|
||||
color: #ff79c6;
|
||||
content: "⦿ ";
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
|
@ -68,6 +80,11 @@ h5, h6 {
|
|||
font-size: 16pt;
|
||||
}
|
||||
|
||||
h4::before, h5::before, h6::before {
|
||||
content: "⦿ ";
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.header,
|
||||
.footer,
|
||||
.column {
|
||||
|
|
@ -88,6 +105,11 @@ h5, h6 {
|
|||
color: #6272a4;
|
||||
}
|
||||
|
||||
.website-title::before {
|
||||
content: "";
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Create three unequal columns that floats next to each other */
|
||||
.column {
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Reference in New Issue