Fixed: Text color for inputs on login page

This commit is contained in:
Bogdan 2024-05-09 20:58:01 +03:00
parent 9f8c4530ca
commit 3545a7451e
1 changed files with 3 additions and 2 deletions

View File

@ -116,6 +116,7 @@
border: 1px solid var(--inputBorderColor);
border-radius: 4px;
box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
color: var(--textColor);
}
.form-input:focus {
@ -296,7 +297,7 @@
var light = {
white: '#fff',
pageBackground: '#f5f7fa',
textColor: '#656565',
textColor: '#515253',
themeDarkColor: '#3a3f51',
panelBackground: '#fff',
inputBackgroundColor: '#fff',
@ -316,7 +317,7 @@
var dark = {
white: '#fff',
pageBackground: '#202020',
textColor: '#656565',
textColor: '#ccc',
themeDarkColor: '#494949',
panelBackground: '#111',
inputBackgroundColor: '#333',