Merge pull request #15 from LeoOuyang24/LeoOuyang24-main
links now retain their color through dark modepull/17/head
commit
8f7818ac93
|
@ -301,11 +301,11 @@ footer {
|
|||
|
||||
.dark-content {
|
||||
background-color: black;
|
||||
color: white !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.dark-content *{
|
||||
color: white !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.frontPage {
|
||||
|
|
Loading…
Reference in New Issue