Skip to content

Commit c03d13e

Browse files
committed
Update style.css
1 parent 1b9e2f9 commit c03d13e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

style.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ button {
4848
border-radius: 5px;
4949
}
5050

51-
button:hover {
52-
cursor: pointer;
53-
}
54-
55-
button#st:hover {
56-
background-color: blueviolet;
57-
border-color: gold;
58-
}
59-
6051
button:not(#gig) {
6152
font-size: 28px;
6253
margin-left: 1%;
@@ -75,6 +66,15 @@ button:hover:not(#gig) {
7566
color: white;
7667
}
7768

69+
button#st:hover {
70+
background-color: blueviolet;
71+
border-color: gold;
72+
}
73+
74+
button:hover {
75+
cursor: pointer;
76+
}
77+
7878
footer {
7979
font-size: 20px;
8080
text-align: center;

0 commit comments

Comments
 (0)