Skip to content

Commit a138f1b

Browse files
authored
blue button fix (#1085)
* blue button fix * hex code length fix
1 parent 1857697 commit a138f1b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

core/static/css/wf_website.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,13 @@ p {
103103
}
104104

105105
.btn-outline-primary {
106-
border-color: #06669a;
107-
color: #06669a;
106+
border-color: #06669a !important;
107+
color: #06669a !important;
108+
}
109+
110+
.btn-outline-primary:hover {
111+
background-color: #06669a !important;
112+
color: #fff !important;
108113
}
109114

110115
.btn-primary:hover {

0 commit comments

Comments
 (0)