Skip to content

Commit

Permalink
fix the dark mode content;
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-cj committed Oct 14, 2024
1 parent 1764f4f commit 4403852
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,16 @@
background-color: #333; /* Dark color for dark mode */
color: white; /* Light text color for dark mode */
}
.citation-content {
background-color: #555; /* Dark color for dark mode */
}
.citation-content h2 {
background-color: #555; /* Dark color for dark mode */
}
.footer {
background-color: #222; /* Dark color for dark mode */
color: white;
}
}
</style>
</head>
Expand Down

0 comments on commit 4403852

Please sign in to comment.