1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

set color for form elements

This commit is contained in:
Kyle Spearrin
2018-04-19 22:53:55 -04:00
parent 08e2ac291b
commit 072286dbe5

View File

@@ -62,6 +62,10 @@ a {
}
}
input, select, textarea {
color: $text-color;
}
input, select, textarea, button {
font-size: $font-size-base;
font-family: $font-family-sans-serif;