mirror of
https://github.com/binarydigitlol/gametimer.git
synced 2025-06-20 17:02:25 +00:00
changed color
This commit is contained in:
parent
840ec69040
commit
8c1766dcfc
@ -9,7 +9,6 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
|
||||||
<div class="nes-container is-dark">
|
<div class="nes-container is-dark">
|
||||||
<h3 class="title">Game Timer</h3>
|
<h3 class="title">Game Timer</h3>
|
||||||
<p>
|
<p>
|
||||||
@ -38,6 +37,5 @@
|
|||||||
<a href="https://github.com/BinaryDigitDev/gametimer">GitHub</a>
|
<a href="https://github.com/BinaryDigitDev/gametimer">GitHub</a>
|
||||||
<small>
|
<small>
|
||||||
</footer>
|
</footer>
|
||||||
<br>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
|
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #adb5bd;
|
background-color: #868e96;
|
||||||
font-family: "Press Start 2P";
|
font-family: "Press Start 2P";
|
||||||
}
|
}
|
||||||
#timer label {
|
#timer label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user