Skip to content

Commit

Permalink
small login fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 11, 2024
1 parent ae1287f commit 8e307c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ input, label{

main input:-internal-autofill-selected{
box-shadow: none;
-webkit-box-shadow: 0 0 0px 1000px #212121 inset;
-webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
-webkit-text-fill-color: #f0f0f0;
color: #F0F0F0 !important;
}
Expand Down

0 comments on commit 8e307c2

Please sign in to comment.