]> BookStack Code Mirror - bookstack/commit
Started work on supporting a dark-mode
authorDan Brown <redacted>
Fri, 10 Apr 2020 21:38:29 +0000 (22:38 +0100)
committerDan Brown <redacted>
Fri, 10 Apr 2020 21:38:29 +0000 (22:38 +0100)
commit1ba5a1274c7edeebaa530ee3d48d979f6833515f
tree80d988b40783e679f96c163f14ab4e83829e0e99
parentd4df18098f2273472f0c648cdce236455fa31595
Started work on supporting a dark-mode

- Most elements done, but still need to do editors, tables and final
pass.
- Toggled only by quick js check at the moment, checking via css media
query. Need to make into user-preference toggle.

For #1234
16 files changed:
resources/js/services/code.js
resources/sass/_blocks.scss
resources/sass/_buttons.scss
resources/sass/_codemirror.scss
resources/sass/_colors.scss
resources/sass/_forms.scss
resources/sass/_header.scss
resources/sass/_html.scss
resources/sass/_lists.scss
resources/sass/_mixins.scss
resources/sass/_tables.scss
resources/sass/_text.scss
resources/sass/_variables.scss
resources/sass/styles.scss
resources/views/base.blade.php
resources/views/settings/index.blade.php