Skip to content

Commit 46f62aa

Browse files
committed
change button hover color
1 parent 4664a86 commit 46f62aa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/css/global.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ textarea:focus {
128128
color: #fff;
129129
padding: 18px 30px;
130130
border-radius: 5px;
131+
border: 1px solid var(--primaryBtn);
132+
}
133+
134+
.btn-primary:hover {
135+
background: #fff;
136+
border: 1px solid var(--primaryBtn);
137+
color: var(--primaryBtn);
131138
}
132139

133140
.btn-secondary {
@@ -138,6 +145,12 @@ textarea:focus {
138145
border-radius: 5px;
139146
}
140147

148+
.btn-secondary:hover {
149+
background: #fff;
150+
color: var(--secondaryBtn);
151+
border: 1px solid var(--secondaryBtn);
152+
}
153+
141154
.btn-rounded {
142155
border-radius: 60px;
143156
}

0 commit comments

Comments
 (0)