From 7cbc27b68f13eff0454b143da5e7f7fae50cf6c9 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Fri, 15 Jan 2021 13:47:32 -0500 Subject: [PATCH] feat: improve contrast of input fields --- resources/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/variables.less b/resources/variables.less index e827c4f2..fac64af8 100644 --- a/resources/variables.less +++ b/resources/variables.less @@ -78,7 +78,7 @@ @background-color-framed--hover: @color-base100; @background-color-framed--active: @color-base70; -@background-color-input: rgba( 255, 255, 255, 0.2 ); +@background-color-input: rgba( 255, 255, 255, 0.5 ); @background-color-icon: rgba( 0, 0, 0, 0.4 ); @background-color-icon--hover: rgba( 0, 0, 0, 0.6 ); @@ -139,7 +139,7 @@ @dark-background-color-framed--hover: @dark-color-base30; @dark-background-color-framed--active: @dark-color-base0; -@dark-background-color-input: rgba( 0, 0, 0, 0.2 ); +@dark-background-color-input: rgba( 0, 0, 0, 0.5 ); @dark-background-color-icon: rgba( 255, 255, 255, 0.4 ); @dark-background-color-icon--hover: rgba( 255, 255, 255, 0.6 );