summaryrefslogtreecommitdiff
path: root/assets/css/colors/eink.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/colors/eink.css')
-rw-r--r--assets/css/colors/eink.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/colors/eink.css b/assets/css/colors/eink.css
new file mode 100644
index 0000000..87a9507
--- /dev/null
+++ b/assets/css/colors/eink.css
@@ -0,0 +1,15 @@
1:root {
2 --content-primary: rgb(0, 0, 0);
3 --content-secondary: rgb(0, 0, 0);
4 --background: rgb(255, 255, 255);
5 --code-background: rgb(255, 255, 255);
6 --code-border: rgb(0, 0, 0);
7}
8
9.dark {
10 --content-primary: rgb(255, 255, 255);
11 --content-secondary: rgb(255, 255, 255);
12 --background: rgb(0, 0, 0);
13 --code-background: rgb(0, 0, 0);
14 --code-border: rgb(255, 255, 255);
15} \ No newline at end of file