Update index.css

main
Crimson Tome 2021-10-16 03:23:30 +01:00 committed by GitHub
parent 8cf50ca173
commit 6079e96dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@ body {
font-family: -apple-system, system-ui, sans-serif; font-family: -apple-system, system-ui, sans-serif;
/*color: var(--darkgray); /*color: var(--darkgray);
background-color: var(--white);*/ background-color: var(--white);*/
color: var(--white); color: #eee;
background-color: var(--black); background-color: #121212;
} }
p:last-child { p:last-child {
margin-bottom: 0; margin-bottom: 0;
@ -38,11 +38,11 @@ p,
} }
a[href] { a[href] {
/*color: var(--blue);*/ /*color: var(--blue);*/
color: #0033cc; color: #809fff;
} }
a[href]:visited { a[href]:visited {
/*(color: var(--navy);*/ /*(color: var(--navy);*/
color: #0033cc; color: #809fff;
} }
main { main {
padding: 1rem; padding: 1rem;