diff --git a/src/style.css b/src/style.css index 3a0b817..0809ea6 100644 --- a/src/style.css +++ b/src/style.css @@ -71,7 +71,7 @@ button:focus-visible { width: 100%; margin-top: 10px; margin-bottom: 1px; - background-color: #000; + background-color: #111; } .col { margin-left: auto; @@ -99,8 +99,10 @@ button:focus-visible { width: 32%; } .home { - background-color: #00f; + background-color: black; + color: yellow; } .guest { - background-color: #f00; + background-color: blue; + color: white }