Skip to content

Commit e702f2c

Browse files
committed
back to original button color
1 parent a038d39 commit e702f2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web/css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,13 @@ form {
737737
padding: 2px 16px;
738738
width: 108px;
739739
height: 34px;
740-
color: #fff;
741-
border: 1px solid #999;
742-
background-color: #999;
740+
color: #555;
741+
background-color: #fafafa;
742+
border: 1px solid #ccc;
743743
}
744744

745745
.button:hover {
746+
color: #fff;
746747
border: 1px solid #f79b44;
747748
background-color: #f79b44;
748749
}

0 commit comments

Comments
 (0)