bit more cleanup
This commit is contained in:
parent
32e7e38dfa
commit
e4210741c7
2 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
body {
|
body {
|
||||||
background-color: #E7D5B1;
|
background-color: #E7D5B1;
|
||||||
/* background-color: #8EA7C8; */
|
|
||||||
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
|
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
@ -38,7 +37,6 @@
|
||||||
<span class="indicator" id='tv-indicator'></span>
|
<span class="indicator" id='tv-indicator'></span>
|
||||||
<span class="indicator" id='guitar-indicator'></span>
|
<span class="indicator" id='guitar-indicator'></span>
|
||||||
|
|
||||||
|
|
||||||
<div class="dialog" id="dialog">
|
<div class="dialog" id="dialog">
|
||||||
<span id="dialog-text"></span>
|
<span id="dialog-text"></span>
|
||||||
<div class="enter-indicator">PRESS ENTER</div>
|
<div class="enter-indicator">PRESS ENTER</div>
|
||||||
|
|
@ -243,6 +241,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue