From 8c1766dcfc34a153625dafff06f26193bdd56ef2 Mon Sep 17 00:00:00 2001 From: BinaryDigitDev Date: Mon, 14 Oct 2024 19:35:19 -0400 Subject: [PATCH] changed color --- index.html | 44 +++++++++++++++++++++----------------------- pomodoro.css | 2 +- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index ebe7810..06b9acd 100644 --- a/index.html +++ b/index.html @@ -8,36 +8,34 @@ -
- -
-

Game Timer

-

-

- -

-

-
- - -
- - -
- -
- - - - +
+
+

Game Timer

+

+

+ +

+

+ +
+ + +
+ +
+ + + + +
+ -
diff --git a/pomodoro.css b/pomodoro.css index 4fb4a3c..4c7d184 100644 --- a/pomodoro.css +++ b/pomodoro.css @@ -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 {