mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Made the placeholder color on the login page a bit lighter #865
This commit is contained in:
parent
fcd015c5ce
commit
457ea103d8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $info-colour: #5bc0de;
|
|||
$warning-colour: #f0ad4e;
|
||||
$danger-colour: #d9534f;
|
||||
$success-colour: #5cb85c;
|
||||
$placeholder-colour: #101010;
|
||||
$placeholder-colour: #1b1b1b;
|
||||
|
||||
body, html {
|
||||
height: 100% !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue