Skip to content

Commit

Permalink
Adjust dimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed May 30, 2024
1 parent 2bb93ea commit 77d492a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 101 deletions.
8 changes: 3 additions & 5 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ body {

.wavefont {
display: block;
--wght: 20;
--wght: 33;
font-family: wavefont;
letter-spacing: 1.5ch;
font-size: var(--wavefont-size, 50px);
line-height: var(--wavefont-lh);
font-variation-settings: 'wght' var(--wght), 'ROND' 0, 'YALN' 0;
font-variation-settings: 'wght' var(--wght), 'ROND' 100, 'YALN' 0;
text-rendering: optimizeSpeed;
font-smooth: grayscale;
-webkit-font-smoothing: grayscale;
Expand Down Expand Up @@ -99,9 +99,7 @@ body {

/* played samples dimmer */
.w-editable.w-playing:before,
.w-editable:focus:before,
.w-editable.w-playing:after,
.w-editable:focus:after {
.w-editable.w-playing:after {
content: '';
position: absolute;
background: rgba(255, 255, 255, .75);
Expand Down
96 changes: 0 additions & 96 deletions src/template.html

This file was deleted.

0 comments on commit 77d492a

Please sign in to comment.