diff --git a/src/css/option.css b/src/css/option.css index f6b1498..5cca0b1 100644 --- a/src/css/option.css +++ b/src/css/option.css @@ -3,9 +3,8 @@ justify-content: center; align-items: center; width: 55vw; - background: rgba(255, 255, 255, 0.5); - /*color: #8391b8;*/ - color: #393E46; + background: rgba(245, 240, 221); + color: #8391b8; border-style: solid; border-color: #8391b8; border-width: 5px; diff --git a/src/css/textBox.css b/src/css/textBox.css index d9ee259..37cbdec 100644 --- a/src/css/textBox.css +++ b/src/css/textBox.css @@ -3,9 +3,8 @@ justify-content: center; align-items: center; width: 60vw; - background: rgba(255, 255, 255, 0.5); - /*color: #8391b8;*/ - color: #393E46; + background: rgba(245, 240, 221); + color: #8391b8; border-style: solid; border-color: #8391b8; border-width: 5px;