Skip to content

Commit

Permalink
style modulation
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 13, 2024
1 parent 43b9823 commit 9e3c3af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ param-slider:hover {

param-slider .fill {
background-color: #5879af;
/* TODO: make this add to the other glow */
/* shadow: 0px 0px 9px #5879afbf; */
}
/* param-slider .fill--modulation { */
/* background-color: #a4eafc69; */
/* } */
param-slider .fill--modulation {
background-color: #e0ce9109;
}

/* This is a textbox, but we want it to appear just like the label */
param-slider .value-entry {
Expand Down

0 comments on commit 9e3c3af

Please sign in to comment.