Skip to content

Commit

Permalink
ninja edit; removes light mode support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyzza committed Oct 28, 2024
1 parent 57dd023 commit 955cc11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
/*max width*/
}

/*
@media (prefers-color-scheme: light) {
:root {
--bg: #ffffff;
/*background*/
--nm: #272727;
/*normal*/
--li: #9f9f9f;
/*light*/
--note-bg: #e99fff;
--hint-bg: #acd6cf;
--code-bg: #f0f4f7;
Expand All @@ -55,6 +53,7 @@
--code-box-side-fg: #fff;
}
}
*/

* {
padding: 0;
Expand Down

0 comments on commit 955cc11

Please sign in to comment.