Skip to content

Commit 231c69d

Browse files
authored
Merge pull request #25 from mukul-mehta/master
Made minor CSS changes
2 parents a73a84d + 4265453 commit 231c69d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/style.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -9902,9 +9902,10 @@ background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
99029902
}
99039903

99049904
.btn.btn-primary {
9905-
background: #fce7f1;
9906-
border: 2px solid #fce7f1;
9907-
color: #ee76ad;
9905+
background-color: #485461;
9906+
background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
9907+
border: 2px solid white;
9908+
color: white;
99089909
}
99099910

99109911
.btn.btn-primary:hover {

0 commit comments

Comments
 (0)