From 72f1b79b1db29e8fbb117f0cb81e4d51ca7c87a9 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 13 Feb 2019 10:33:30 +0000 Subject: [PATCH] Tweak create key backup input for dark theme --- res/css/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/_common.scss b/res/css/_common.scss index 8d18eac931..1f973c28d2 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -52,6 +52,7 @@ a:visited { input[type=text], input[type=password], textarea { background-color: transparent; + color: $primary-fg-color; } input[type=text]:focus, input[type=password]:focus, textarea:focus {