From 2f64ccecbd0301a3dc24301f0191d8029487a796 Mon Sep 17 00:00:00 2001 From: lovelytransgirl Date: Fri, 20 Jun 2025 23:07:48 +0700 Subject: [PATCH] Fixing readability of text --- src/css/option.css | 5 ++--- src/css/textBox.css | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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;