From 7d12b9a2e86cffa3bed743019b6d99b603a0aa2d Mon Sep 17 00:00:00 2001 From: Games-From-Flash <101436743+Games-From-Flash@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:04:14 -0400 Subject: [PATCH] Update style.css --- dev/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev/style.css b/dev/style.css index 4b55e47..a8a7a4d 100644 --- a/dev/style.css +++ b/dev/style.css @@ -61,12 +61,14 @@ header { .nav__links button { display: inline-block; padding: 10px 10px; - border: 5px solid #6186c2; + border: 0px solid #6186c2; + background-color: rgba(0, 0, 0, 0); + font-size: 20px; + color: #b5b7eb; } .nav__links button:hover { - background-color:#6186c2; - border: 5px solid #81a1d6; + color: #ffffff; }