We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15b66e commit ed8816dCopy full SHA for ed8816d
assets/css/style.scss
@@ -3,6 +3,13 @@
3
4
@import "{{ site.theme }}";
5
6
+.page-header {
7
+ background: none !important;
8
+ color: #000 !important;
9
+ border-top: 10px solid #399f62 !important;
10
+ background-image:none !important;
11
+}
12
+
13
.btn {
14
color: #fff !important;
15
background-color: #399f62 !important;
@@ -11,13 +18,6 @@
18
border-radius: 0 !important;
19
}
20
-.page-header {
- background: none !important;
16
- color: #000 !important;
17
- border-top: 10px solid #399f62 !important;
- background-image:none !important;
-}
-
21
a {
22
color: #268bd2 !important;
23
@@ -27,6 +27,10 @@ a {
27
border: none !important;
28
29
30
+footer {
31
+ display: none !important;
32
33
34
@media screen and (min-width: 64em) {
35
.page-header {
36
padding: 1rem 6rem !important;
0 commit comments