Skip to content

Commit

Permalink
Merge pull request #971 from root-0101/Login
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Jul 31, 2024
2 parents fcd947a + c13aa48 commit 03a8f8f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
35 changes: 34 additions & 1 deletion log/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

body {
display: flex;
background: linear-gradient(270deg, #06bdc0, #05d3e2);
background: black;
justify-content: center;
align-items: center;
flex-direction: column;
Expand Down Expand Up @@ -501,3 +501,36 @@ input {
.password-container input {
padding-right: 30px; /* Adjust based on your eye icon size */
}

.container{
background-color: #143C3D;
}
form{
background-color: #143C3D;
}
.pass-link a{
color: cadetblue;
}
.pass-link a:hover{
color:aqua;
}

input[type="checkbox"] {
accent-color: aqua;
}
.checkbox label{
color:whitesmoke;
}
span{
color:whitesmoke;
}
.social-container a{
color: whitesmoke;
}
.social-container a:hover{
color: #4BB6B7;
}
.home-button{
background-color: #022A2D;
border:none;
}
9 changes: 9 additions & 0 deletions log/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,12 @@ <h1>Hello, Friend!</h1>
</script>
</body>
</html>

<style>
body{
background-color: #1e1e1e;
}
.container{
background-color: #143C3D;
}
</style>

0 comments on commit 03a8f8f

Please sign in to comment.