We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9e2f9 commit c03d13eCopy full SHA for c03d13e
style.css
@@ -48,15 +48,6 @@ button {
48
border-radius: 5px;
49
}
50
51
-button:hover {
52
- cursor: pointer;
53
-}
54
-
55
-button#st:hover {
56
- background-color: blueviolet;
57
- border-color: gold;
58
59
60
button:not(#gig) {
61
font-size: 28px;
62
margin-left: 1%;
@@ -75,6 +66,15 @@ button:hover:not(#gig) {
75
66
color: white;
76
67
77
68
69
+button#st:hover {
70
+ background-color: blueviolet;
71
+ border-color: gold;
72
+}
73
+
74
+button:hover {
+ cursor: pointer;
78
footer {
79
font-size: 20px;
80
text-align: center;
0 commit comments