chore(web): light theme text color improvement (#9553)
* chore(web): light theme text color improvement * openapi * openapipull/9555/head
parent
df42352f84
commit
101bc290f9
|
|
@ -89,7 +89,7 @@ html::-webkit-scrollbar-thumb:hover {
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
color: #5f6368;
|
||||
color: #3a3a3a;
|
||||
}
|
||||
|
||||
input:focus-visible {
|
||||
|
|
|
|||
Loading…
Reference in New Issue