Update style.css

This commit is contained in:
Shchoholiev 2021-12-15 17:19:43 +02:00
parent 2a55494ff2
commit 15f9065561

View File

@ -229,7 +229,7 @@ input[type=value] {
width: 100%; width: 100%;
height: 44px; height: 44px;
background: none; background: none;
border: 3px solid rgba(255, 255, 255, 1); border: 3px solid rgba(255, 255, 255, 0.5);
border-radius: 8px; border-radius: 8px;
font-size: 18px; font-size: 18px;
font-family: Myriad-R; font-family: Myriad-R;
@ -242,7 +242,7 @@ input[type=problem] {
width: 100%; width: 100%;
height: 44px; height: 44px;
background: none; background: none;
border: 3px solid rgba(255, 255, 255, 0.2); border: 3px solid rgba(255, 255, 255, 0.5);
border-radius: 8px; border-radius: 8px;
font-size: 18px; font-size: 18px;
color: #fff; color: #fff;