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;