We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd53915 commit 9e02ae3Copy full SHA for 9e02ae3
_layouts/default.html
@@ -85,7 +85,7 @@
85
{% if site.footer == true %}
86
<hr />
87
<p style="text-align: center; margin-bottom: 10px">
88
- <a href="{{ site.footer_url }}" style="color: black"><small>{{ site.footer_text }}</small></a>
+ <a href="{{ site.footer_url }}"><small>{{ site.footer_text }}</small></a>
89
</p>
90
{% endif %}
91
</div>
_sass/_style.scss
@@ -37,6 +37,7 @@ hr {
37
font-size: 30px;
38
display: inline-block;
39
font-weight: bold;
40
+ color: $accent;
41
}
42
43
0 commit comments