mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
chore(web): light theme text color improvement (#9553)
* chore(web): light theme text color improvement * openapi * openapi
This commit is contained in:
parent
df42352f84
commit
101bc290f9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ html::-webkit-scrollbar-thumb:hover {
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
color: #5f6368;
|
||||
color: #3a3a3a;
|
||||
}
|
||||
|
||||
input:focus-visible {
|
||||
|
|
Loading…
Reference in a new issue