From 84d1840b924d4f3df474a29e0620d39df9a95d2e Mon Sep 17 00:00:00 2001 From: H1K0 Date: Tue, 29 Sep 2020 19:49:14 +0300 Subject: [PATCH] Some design fixes --- index.php | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 44f63b0..8b516c9 100644 --- a/index.php +++ b/index.php @@ -8,8 +8,7 @@ } function createButton($btname,$class,$func,$title) { ?> -
- + @@ -21,6 +20,7 @@ +
diff --git a/style.css b/style.css index b2b10b9..39cdbbf 100644 --- a/style.css +++ b/style.css @@ -18,8 +18,6 @@ body{ justify-content: space-between; align-items: center; background: #324a5e; - font-family: "Comic Sans MS"; - /*overflow: hidden;*/ } #prompt{ display: flex; @@ -36,6 +34,7 @@ body{ color: #324a5e; text-shadow: 0 0 5px white; overflow: hidden; + font-family: "Comic Sans MS"; } .hidd{ display: none; @@ -58,6 +57,7 @@ body{ color: #293c4d; background: white; cursor: pointer; + outline: 0; } .btn:hover{ box-shadow: 0 0 10px white;