Skip to content

Commit

Permalink
cleanse
Browse files Browse the repository at this point in the history
  • Loading branch information
dascritch committed Apr 9, 2021
1 parent b35ddb5 commit 41956af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/themes/default/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ audio[controls] {
--cpu-inner-shadow : inset 0px 5px 10px -5px black;
--cpu-color-transitions : 0s;
--cpu-background-transitions : 0s;
--cpu-unfold : 0s;
/* --cpu-unfold : 0s; not actived */
}


/* If css element queries not available, fallback to media queries */

@media (max-width: 640px) /*, @element .interface and (max-width: 640px) */ {
Expand Down
1 change: 1 addition & 0 deletions src/themes/default/scoped.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
contain: content;
}


.act-play, .act-buffer {
--cpu-background : var(--cpu-playing-background);
--cpu-color : var(--cpu-playing-color);
Expand Down

0 comments on commit 41956af

Please sign in to comment.