Update main.css

This commit is contained in:
Руслан 2023-09-24 19:19:26 +06:00 committed by GitHub
parent 2019d4de68
commit 4f2143fc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,10 +232,13 @@ body .site-description{
justify-content: space-between; justify-content: space-between;
text-align: left; text-align: left;
display: inline-block; display: inline-block;
color: var(--maincolor);
background-color: black; background-color: black;
} }
.site-description pre ascii{
color: var(--maincolor);
}
.tags li::before { .tags li::before {
content: "* "; content: "* ";
} }