Skip to content

Commit 9e02ae3

Browse files
committed
style improvement
1 parent fd53915 commit 9e02ae3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
{% if site.footer == true %}
8686
<hr />
8787
<p style="text-align: center; margin-bottom: 10px">
88-
<a href="{{ site.footer_url }}" style="color: black"><small>{{ site.footer_text }}</small></a>
88+
<a href="{{ site.footer_url }}"><small>{{ site.footer_text }}</small></a>
8989
</p>
9090
{% endif %}
9191
</div>

_sass/_style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ hr {
3737
font-size: 30px;
3838
display: inline-block;
3939
font-weight: bold;
40+
color: $accent;
4041
}
4142
}
4243

0 commit comments

Comments
 (0)