Update index.css

main
Crimson Tome 2021-10-16 02:58:01 +01:00 committed by GitHub
parent aae92a7d9c
commit b80d90421b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@
--navy: #17050F;
--blue: #082840;
--white: #fff;
--black: #000000;
}
/* Global stylesheet */
@ -18,8 +19,8 @@ body {
padding: 0;
margin: 0;
font-family: -apple-system, system-ui, sans-serif;
color: var(--darkgray);
background-color: var(--navy);
color: var(--white);
background-color: var(--black);
}
p:last-child {
margin-bottom: 0;
@ -171,7 +172,7 @@ code {
.postlist-date,
.postlist-item:before {
font-size: 0.8125em; /* 13px /16 */
color: var(--darkgray);
color: var(--white);
}
.postlist-date {
word-spacing: -0.5px;
@ -203,7 +204,7 @@ code {
margin-left: 0.6666666666667em; /* 8px /12 */
margin-top: 0.5em; /* 6px /12 */
margin-bottom: 0.5em; /* 6px /12 */
color: var(--darkgray);
color: var(--white);
border: 1px solid var(--gray);
border-radius: 0.25em; /* 3px /12 */
text-decoration: none;