Skip to content

Commit 182478b

Browse files
committed
adding override css for github pages
1 parent fd7910d commit 182478b

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

assets/css/style.scss

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,26 @@
44
@import "{{ site.theme }}";
55

66
.btn {
7-
display: inline-block;
8-
margin-bottom: 1rem;
9-
color: #fff;
10-
background-color: #399f62;
11-
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
12-
border-color: none;
13-
border-style: solid;
14-
border-width: 0;
15-
border-radius: 0;
7+
color: #fff !important;
8+
background-color: #399f62 !important;
9+
border-color: none !important;
10+
border-width: 0 !important;
11+
border-radius: 0 !important;
1612
}
1713

1814
.page-header {
19-
color: #000;
20-
text-align: center;
21-
border-top: 10px solid #399f62;
22-
background-image:none;
15+
background: none !important;
16+
color: #000 !important;
17+
border-top: 10px solid #399f62 !important;
18+
background-image:none !important;
2319
}
2420

2521
a {
26-
color: #268bd2;
22+
color: #268bd2 !important;
2723
}
2824

2925
@media screen and (min-width: 64em) {
3026
.page-header {
31-
padding: 1rem 6rem;
27+
padding: 1rem 6rem !important;
3228
}
3329
}

0 commit comments

Comments
 (0)