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 {
|
.dark-content {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white !important;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-content *{
|
.dark-content *{
|
||||||
color: white !important;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.frontPage {
|
.frontPage {
|
||||||
|
|
Loading…
Reference in New Issue