diff options
Diffstat (limited to 'assets/css/colors/eink.css')
| -rw-r--r-- | assets/css/colors/eink.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/assets/css/colors/eink.css b/assets/css/colors/eink.css deleted file mode 100644 index 87a9507..0000000 --- a/assets/css/colors/eink.css +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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 | ||
