Skip to content

Commit

Permalink
feat: theme css
Browse files Browse the repository at this point in the history
  • Loading branch information
edikdeisling committed Nov 8, 2024
1 parent d9be40e commit b09e681
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/ui/src/styles/themes/acronis/acronis.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
@import "./acronis-dark.pcss";

@layer acv-theme {
:where(:root:not([class^="acv-theme-"]), .acv-theme-acronis) {
@mixin acv-theme-acronis-common;
}

@media (prefers-color-scheme: light) {
/* light theme without color scheme override */
:where(:root:not([class^="acv-theme-"]), .acv-theme-acronis):not(.acv-color-scheme-dark) {
Expand Down

0 comments on commit b09e681

Please sign in to comment.