Skip to content

Commit

Permalink
Change button color when hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyakalakata committed Feb 24, 2024
1 parent 0b85e8a commit bd0ce14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
font-weight: bold;
}

.login-container input[type="submit"]:hover {
background-color: #B05E57;
border: 1px solid #B05E57;
}

</style>
</head>
<body>
Expand Down

0 comments on commit bd0ce14

Please sign in to comment.