Skip to content

Commit f79ccf5

Browse files
committed
style
1 parent b36c667 commit f79ccf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/css/scorekeep.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ input {
9191
text-align: center;
9292
border-radius: 2px;
9393
}
94+
.startgame-button:hover {
95+
background-color: #FF851B;
96+
}
97+
.startgame-button:active {
98+
background-color: #FF4136;
99+
}
94100
.batsu {
95101
width: 15px;
96102
height: 15px;

0 commit comments

Comments
 (0)