Skip to content

Commit 55faf38

Browse files
committed
Update style.css
1 parent 1cca2e1 commit 55faf38

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,18 @@ form {
3737

3838
.btn-primary {
3939
width: 150px;
40+
background-color: transparent;
41+
border: 2px solid #007bff;
42+
color: #007bff;
43+
transition: background-color 0.3s ease, color 0.3s ease;
4044
}
4145

46+
.btn-primary:hover {
47+
background-color: #007bff;
48+
color: white;
49+
}
50+
51+
4252
/* Popup container */
4353
#customAlert {
4454
display: none;

0 commit comments

Comments
 (0)