Fixing readability of text

This commit is contained in:
lovelytransgirl 2025-06-20 23:07:48 +07:00
parent 723f93825a
commit 2f64ccecbd
2 changed files with 4 additions and 6 deletions

View file

@ -3,9 +3,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 55vw; width: 55vw;
background: rgba(255, 255, 255, 0.5); background: rgba(245, 240, 221);
/*color: #8391b8;*/ color: #8391b8;
color: #393E46;
border-style: solid; border-style: solid;
border-color: #8391b8; border-color: #8391b8;
border-width: 5px; border-width: 5px;

View file

@ -3,9 +3,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 60vw; width: 60vw;
background: rgba(255, 255, 255, 0.5); background: rgba(245, 240, 221);
/*color: #8391b8;*/ color: #8391b8;
color: #393E46;
border-style: solid; border-style: solid;
border-color: #8391b8; border-color: #8391b8;
border-width: 5px; border-width: 5px;