Tweak create key backup input for dark theme

This commit is contained in:
J. Ryan Stinnett 2019-02-13 10:33:30 +00:00
parent b13baf8926
commit 72f1b79b1d

View file

@ -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 {