From ccd810f3e080ea2717772850647efb06df074c32 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 6 Feb 2024 20:00:14 +0000 Subject: Fixed css in navbar mobile --- src/layouts/Default.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 2181562..15d3c78 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -100,7 +100,7 @@ const date = new Date(); color: #609460; } - button { + .button { padding: 10px 20px 10px 20px; border-radius: 5px; border: none; @@ -110,12 +110,12 @@ const date = new Date(); transition: ease-in-out 0.2s; } - button:hover { + .button:hover { background-color: #486e48; transition: ease-in-out 0.2s; } - button:active { + .button:active { background-color: #243824; } -- cgit v1.2.3