From 15f9065561d458eb5103dfd51f1051904f0000db Mon Sep 17 00:00:00 2001 From: Shchoholiev Date: Wed, 15 Dec 2021 17:19:43 +0200 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 411e4ca..ecd0643 100644 --- a/style.css +++ b/style.css @@ -229,7 +229,7 @@ input[type=value] { width: 100%; height: 44px; background: none; - border: 3px solid rgba(255, 255, 255, 1); + border: 3px solid rgba(255, 255, 255, 0.5); border-radius: 8px; font-size: 18px; font-family: Myriad-R; @@ -242,7 +242,7 @@ input[type=problem] { width: 100%; height: 44px; background: none; - border: 3px solid rgba(255, 255, 255, 0.2); + border: 3px solid rgba(255, 255, 255, 0.5); border-radius: 8px; font-size: 18px; color: #fff;