Skip to content

Commit

Permalink
theme js
Browse files Browse the repository at this point in the history
  • Loading branch information
seifer8ff committed Feb 22, 2024
1 parent cf472d7 commit a626351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions public/shoelace/themes/dark.styles.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { css } from "lit";

export default css`
import{css}from"lit";export default css`
:host,
.sl-theme-dark {
color-scheme: dark;
Expand Down Expand Up @@ -482,4 +480,4 @@ export default css`
.sl-toast-stack sl-alert::part(base) {
box-shadow: var(--sl-shadow-large);
}
`;
`;
6 changes: 2 additions & 4 deletions public/shoelace/themes/light.styles.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { css } from "lit";

export default css`
import{css}from"lit";export default css`
:root,
:host,
.sl-theme-light {
Expand Down Expand Up @@ -483,4 +481,4 @@ export default css`
.sl-toast-stack sl-alert::part(base) {
box-shadow: var(--sl-shadow-large);
}
`;
`;

0 comments on commit a626351

Please sign in to comment.