Morden: Fix form text color.

This commit is contained in:
Allan Cole 2020-07-08 14:28:50 -04:00
parent 95b06d9082
commit 1c508e1ce3
3 changed files with 5 additions and 5 deletions

View file

@ -148,7 +148,7 @@ $config-elements: (
// Colors
"color": (
"text": map-deep-get($config-global, "color", "foreground", "default"),
"text": map-deep-get($config-global, "color", "black"),
"border": map-deep-get($config-global, "color", "border", "default"),
"border-focus": map-deep-get($config-global, "color", "primary", "hover"),
),

View file

@ -1058,7 +1058,7 @@ input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #303030;
color: black;
border: 1px solid #C5C5C5;
border-radius: 5px;
padding: 16px;
@ -1080,7 +1080,7 @@ input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #303030;
color: black;
border-color: #303030;
}

View file

@ -1058,7 +1058,7 @@ input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #303030;
color: black;
border: 1px solid #C5C5C5;
border-radius: 5px;
padding: 16px;
@ -1080,7 +1080,7 @@ input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #303030;
color: black;
border-color: #303030;
}