diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-05 21:42:20 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-05 22:00:36 +0200 |
commit | eb6c2659c877b927d5461d9de309dd16e8ae8155 (patch) | |
tree | fdde59b56169998cfd67187861a6c34fca928039 /theme/admin/rsrc/css/import | |
parent | cb6e45b130bde70458ee544069834a951214037d (diff) | |
download | blog-eb6c2659c877b927d5461d9de309dd16e8ae8155.tar.gz blog-eb6c2659c877b927d5461d9de309dd16e8ae8155.tar.xz blog-eb6c2659c877b927d5461d9de309dd16e8ae8155.zip |
Add dark color mode for admin theme
This commit adds a dark color mode for the admin theme. The dark color
mode can be enabled/disabled by clicking the hyperlink in the footer.
It is not perfect yet (it uses cookies and needs a full page reload),
but it works just fine for the moment. Hope your eyes can enjoy it!
Diffstat (limited to 'theme/admin/rsrc/css/import')
-rw-r--r-- | theme/admin/rsrc/css/import/_styles.scss (renamed from theme/admin/rsrc/css/import/_main.scss) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/rsrc/css/import/_main.scss b/theme/admin/rsrc/css/import/_styles.scss index 5e4a6fe..8ef18bc 100644 --- a/theme/admin/rsrc/css/import/_main.scss +++ b/theme/admin/rsrc/css/import/_styles.scss @@ -639,7 +639,7 @@ img { input, select, textarea { width: 100%; background: $backgroundColorEmphasize; - color: $formElementTextColor; + color: $textColorLight; font-family: inherit; font-size: 0.7rem; padding: 0.25rem; |