From 44104f11c1d7c2cdf76cd732fb4ca24844adda3f Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Wed, 11 Jan 2023 14:09:59 -0500 Subject: [PATCH] Formatting --- www/public/main.css | 19 ++++++------------- www/views/index.html | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/www/public/main.css b/www/public/main.css index f2cc308..58ef2b4 100644 --- a/www/public/main.css +++ b/www/public/main.css @@ -48,13 +48,14 @@ html, body { } #log-area { - width: 50%; + width: 100%; height: 500px; background-color: aqua; color: aqua; } #trial { + display:; color: yellow; font-size: 20px; background-color: red; @@ -67,18 +68,9 @@ html, body { text-align: center; } -.button-unselected { - margin: 5px; - border-width: 0px; - font-family: times; - font-size: 20px; - height: 35px; - width: 150px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - background-color: #ccc; +.btn { + background-color: #333; + color: aqua; } .button-selected { @@ -96,6 +88,7 @@ html, body { table { margin: 0 auto; + color: aqua !important; } table, th, td { diff --git a/www/views/index.html b/www/views/index.html index e8ac289..90834ea 100644 --- a/www/views/index.html +++ b/www/views/index.html @@ -63,7 +63,7 @@
- +