mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: placeholder color
This commit is contained in:
parent
a8a3baa478
commit
c382d5799e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
::placeholder {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
color: rgba(0, 0, 0, .5);
|
||||
}
|
||||
|
||||
body,
|
||||
|
|
Loading…
Reference in a new issue