From c6e05deda8170040f13e9186a2e2a8b542dd372e Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:40:01 -0600 Subject: [PATCH] Update input.css --- app/styles/input.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/styles/input.css b/app/styles/input.css index dc345aab..314227b8 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -89,10 +89,10 @@ input[type=checkbox] { display: inline-flex; justify-content: center; align-items: center; - background-color: white; + background-color: #222233; + border: 1px solid #222233; + border-radius: 4px; background-image: unset; - border: 1px solid dimgrey; - border-radius: 3px; width: 13px; height: 13px; padding: 0; @@ -101,8 +101,8 @@ input[type=checkbox] { transition: 0.2s background-color linear; } input[type=checkbox]:checked { - background-color: rgb(110, 132, 163); - border-color: rgb(110, 132, 163); + background-color: rgb(178 158 255); + border-color: rgb(178 158 255); } input[type=checkbox]:checked::after { content: "";