variant: make browser theme a css variable #494

missing files
This commit is contained in:
Sören Weber 2023-02-26 12:52:16 +01:00
parent 42fcbc3084
commit 2f2231ad8e
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 0 additions and 12 deletions

View file

@ -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 */
}

View file

@ -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 */
}

View file

@ -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 */
}