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 a038d39 commit e702f2cCopy full SHA for e702f2c
web/css/main.css
@@ -737,12 +737,13 @@ form {
737
padding: 2px 16px;
738
width: 108px;
739
height: 34px;
740
- color: #fff;
741
- border: 1px solid #999;
742
- background-color: #999;
+ color: #555;
+ background-color: #fafafa;
+ border: 1px solid #ccc;
743
}
744
745
.button:hover {
746
+ color: #fff;
747
border: 1px solid #f79b44;
748
background-color: #f79b44;
749
0 commit comments