bit more cleanup

This commit is contained in:
Dominic DiTaranto 2025-12-28 20:49:47 -05:00
parent 32e7e38dfa
commit e4210741c7
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,5 @@
body {
background-color: #E7D5B1;
/* background-color: #8EA7C8; */
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
font-family: monospace;
font-size: 16px;

View file

@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
@ -38,7 +37,6 @@
<span class="indicator" id='tv-indicator'></span>
<span class="indicator" id='guitar-indicator'></span>
<div class="dialog" id="dialog">
<span id="dialog-text"></span>
<div class="enter-indicator">PRESS ENTER</div>
@ -243,6 +241,6 @@
</div>
</div>
</div>
</body>
</html>