Skip to content

Commit

Permalink
Fix dark colorscheme for dark.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 6, 2024
1 parent 19e30b1 commit 04fb110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/aiken-project/templates/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,11 @@ table tr:nth-child(2n) {

/* Dark Theme Option */

html.theme-dark {
--color-text: #cdd6f4;
--color-background: #1e1e2e;
}

body.theme-dark {
/* Colors */
--color-text: #cdd6f4;
Expand Down

0 comments on commit 04fb110

Please sign in to comment.