From f420df4ed5827a350f76f984382c4f2202f3e18b Mon Sep 17 00:00:00 2001 From: Gabriela Date: Sat, 10 Jun 2023 21:41:47 -0300 Subject: [PATCH] Update style.css --- src/css/style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 652d8c9..ad54fe8 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -208,6 +208,14 @@ button:hover { border-radius: 5px; margin: 0.08em; } + .occupied { + background-color: #ffc857; + } + + .block { + background-color: #db3a34; + } + img { width: 3vh; padding: 0.5vh; @@ -215,13 +223,6 @@ button:hover { animation: none; } - .occupied { - background-color: #ffc857; - } - - .block { - background-color: #db3a34; - } .mobile { box-sizing: border-box; width: 100%;