From 5a2d2a92f57d9e22c892896485f797172aa198ed Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Sat, 11 Jan 2025 18:40:41 -0700 Subject: [PATCH] handle css color errors a bit better --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 37c23c9f..23b38a82 100644 --- a/theme.css +++ b/theme.css @@ -1,8 +1,8 @@ Button { - background: rgba(200, 26, 29, 0.397); + background: rgb(255, 136, 0); width: 100; border-width: 5; border-color: #0095a0; - border-radius: 30; + border-radius: 10; }