Skip to content

Commit 9372e2c

Browse files
committed
CSS default button style fixed
1 parent 2b27047 commit 9372e2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

en/css/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,14 @@ h4 {
267267
margin: auto 10px;
268268
}
269269

270-
.btn-default {
270+
.btn-default,
271+
.btn-default:visited {
271272
color: rgb(255, 148, 0);
272273
background: none;
273274
border-color: rgb(255, 148, 0);
274275
}
275276

276-
.btn-default:hover,
277-
.btn-default:visited {
277+
.btn-default:hover {
278278
color: rgb(255, 255, 255);
279279
background-color: rgb(255, 148, 0);
280280
border-color: rgb(204, 179, 144);

0 commit comments

Comments
 (0)