Added a new Timer Tone and fixed clock sub-text color.

This commit is contained in:
MeowcaTheoRange 2022-09-10 13:42:41 -05:00
parent d139af1dc1
commit e6230877aa
3 changed files with 3 additions and 5 deletions

BIN
assets/tones/ringer2.mp3 Normal file

Binary file not shown.

View file

@ -71,7 +71,7 @@
--><label for="colorpurple" style="background-color:#600060">PURPLE</label><!--
--><input type="radio" name="color" id="colordark" value="#FFFF00|#202020|#404040|#FFFFFF" checked /><!--
--><label for="colordark" style="background-color:#404040">DARK</label><!--
--><input type="radio" name="color" id="colorlight" value="#FFFF00|#d0d0d0|#b0b0b0|#000000" checked /><!--
--><input type="radio" name="color" id="colorlight" value="#FFFF00|#d0d0d0|#b0b0b0|#000000" /><!--
--><label for="colorlight" style="background-color:#d0d0d0;color:#000000;">LIGHT</label><br /><!--
--><input type="radio" name="color" id="colortrans" value="#FFFF00|url(../assets/trans.png)|#404040|#FFFFFF" /><!--
--><label for="colortrans" style="background:url(./assets/trans.png)">TRANS</label><!--
@ -156,6 +156,8 @@
--><label for="tonemegalo">MEGALO</label><!--
--><input type="radio" name="tone" id="toneringer" value="ringer" /><!--
--><label for="toneringer">RINGER</label><!--
--><input type="radio" name="tone" id="toneringertwo" value="ringer2" /><!--
--><label for="toneringertwo">RINGER 2</label><!--
--><input type="radio" name="tone" id="tonesweet" value="sweet" /><!--
--><label for="tonesweet">DANCE</label><!--
--><input type="radio" name="tone" id="tonetone" value="tone" checked /><!--

View file

@ -75,10 +75,6 @@
vertical-align: middle;
}
.body .clock div.labels .timezone, .body .timer div.labels .timezone, .body .noteobject div.labels .timezone {
color: #888888;
}
canvas {
margin: 0;
margin-right: 16px;