Skip to content

Commit

Permalink
chore(css): set default dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Nov 7, 2024
1 parent a23712b commit 91b544e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
font-size: 1rem;
background: #181818;
overscroll-behavior: none;
color-scheme: dark light;
}

wc-trakt-extension {
Expand Down
1 change: 0 additions & 1 deletion src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/* color palette from <https://github.com/vuejs/theme> */
:host {
/* height */
--absolute-height: 100vh;
--full-height: 100dvh;
--half-height: 50dvh;
--height-40-dvh: 40dvh;
Expand Down
1 change: 1 addition & 0 deletions src/views/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
color: rgb(235 235 235 / 64%);
font-size: 1rem;
background: #181818;
color-scheme: dark light;
}

wc-trakt-extension {
Expand Down
1 change: 1 addition & 0 deletions src/views/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
color: rgb(235 235 235 / 64%);
font-size: 1rem;
background: #181818;
color-scheme: dark light;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Expand Down

0 comments on commit 91b544e

Please sign in to comment.