Skip to content

Commit

Permalink
chore: lighten time
Browse files Browse the repository at this point in the history
  • Loading branch information
Copay committed Aug 8, 2019
1 parent abf52dc commit 97068e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class CaraokeView extends HTMLElement {
#drawer > * {
color: red;
text-shadow: 0 0 0.05em white;
transition: color 1s;
transition: color .1s;
font-size: 5em;
font-family: caraoke-custom-font, "Source Han Serif","STZhongSong","Yu Mincho", serif;
font-weight: 900;
Expand Down
2 changes: 1 addition & 1 deletion src/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class CaraokeView extends HTMLElement {
#drawer > * {
color: red;
text-shadow: 0 0 0.05em white;
transition: color 1s;
transition: color .1s;
font-size: 5em;
font-family: caraoke-custom-font, "Source Han Serif","STZhongSong","Yu Mincho", serif;
font-weight: 900;
Expand Down

0 comments on commit 97068e1

Please sign in to comment.