Skip to content

Commit

Permalink
Merge pull request vishanurag#763 from swathivemula7/login-text
Browse files Browse the repository at this point in the history
Fixed the signup page input fields text to be more visible
  • Loading branch information
somyadipghosh authored Oct 20, 2024
2 parents 9105c86 + 5319d69 commit a02909f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
input[name="username_email"] {
padding-left: 4px;
}
@media (max-width: 768px) {
button{
margin-left: 90px;
}
}


</style>
Expand Down
21 changes: 21 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,27 @@
margin-top: -5px;
padding-left: 4px;
}


/* Mobile devices */
@media (max-width: 768px) {

#input input{
color: white;
}

button{
margin-left: 90px;
}
::placeholder {
color: #757272;
opacity: 1;
}

#input i{
color: #302f2f;
}
}
</style>
</head>
<body>
Expand Down

0 comments on commit a02909f

Please sign in to comment.