changed color

This commit is contained in:
BinaryDigitDev 2024-10-14 19:35:19 -04:00
parent 840ec69040
commit 8c1766dcfc
2 changed files with 22 additions and 24 deletions

View File

@ -9,7 +9,6 @@
<body>
<div id="container">
<div class="nes-container is-dark">
<h3 class="title">Game Timer</h3>
<p>
@ -38,6 +37,5 @@
<a href="https://github.com/BinaryDigitDev/gametimer">GitHub</a>
<small>
</footer>
<br>
</body>
</html>

View File

@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
html {
background-color: #adb5bd;
background-color: #868e96;
font-family: "Press Start 2P";
}
#timer label {