Skip to content

Commit

Permalink
variant: make browser theme a css variable #494
Browse files Browse the repository at this point in the history
missing files
  • Loading branch information
McShelby committed Feb 26, 2023
1 parent 42fcbc3 commit 2f2231a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions static/css/theme-green.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@
--BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
--BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
}

:root {
color-scheme: only light; /* set browser scrollbar color */
}
4 changes: 0 additions & 4 deletions static/css/theme-red.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@
--BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */
--BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */
}

:root {
color-scheme: only light; /* set browser scrollbar color */
}
4 changes: 0 additions & 4 deletions static/css/theme-relearn-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@
--BOX-BG-color: rgba( 20, 20, 20, 1 ); /* background color of colored boxes */
--BOX-TEXT-color: #e0e0e0; /* text color of colored box content */
}

:root {
color-scheme: only dark; /* set browser scrollbar color */
}

0 comments on commit 2f2231a

Please sign in to comment.