diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-05 17:24:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 09:24:59 -0800 |
commit | 2d854091b9684ab253a2c117509bf95609a975a1 (patch) | |
tree | 965f049c7d8e13e61bd1ce05737113340fb3d991 /.eslintrc.js | |
parent | 01a51c327505bc84f5755be82f15a855234a2750 (diff) | |
download | voidsky-2d854091b9684ab253a2c117509bf95609a975a1.tar.zst |
enhance(embed): add ability to pin color mode (#7186)
* enhance(embed): add ability to pin color mode * fix: Move color mode dropdown to the root section * auto -> system * style tweaks * default to light theme * try and fix eslint * fix dropdown styles on other browsers * rm unnecessary eslintrc change * more explicit color mode select * make light explicit --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 5505f45ed..19b869871 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -92,9 +92,9 @@ module.exports = { '*.lock', '.husky', 'patches', - 'bskyweb', '*.html', 'bskyweb', + 'bskyembed', 'src/locale/locales/_build/', 'src/locale/locales/**/*.js', ], |