Skip to content

Commit

Permalink
Enhancement: Minute Improvements to CSS, Added Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AalokeCode committed Oct 23, 2024
1 parent fd18365 commit df1ac43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions history.html.theme
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #1a1a1a;
--bg-color: #18181b;
--text-color: #e0e0e0;
--heading-color: #b0b0b0;
--card-bg: #2a2a2a;
--card-shadow: rgba(255,255,255,0.1);
--card-bg: #27272a;
--card-shadow: rgba(9,9,11,0.4);
--footer-color: #888;
--link-color: #5dade2;
--secondary-bg-color: #27272a;
}
}
body {
Expand Down

0 comments on commit df1ac43

Please sign in to comment.