Merge pull request #15 from LeoOuyang24/LeoOuyang24-main

links now retain their color through dark mode
pull/17/head
LeoOuyang24 2022-04-01 11:53:48 -07:00 committed by GitHub
commit 8f7818ac93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -301,11 +301,11 @@ footer {
.dark-content { .dark-content {
background-color: black; background-color: black;
color: white !important; color: white;
} }
.dark-content *{ .dark-content *{
color: white !important; color: white;
} }
.frontPage { .frontPage {