Skip to content

Commit 8b01e96

Browse files
author
ohofmann
committed
Changed the icon text color and the container padding
1 parent d92bbd5 commit 8b01e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{% if page.icon %}
3030
<div class="subtlecircle sectiondivider imaged">
3131
<img src="{{page.icon}}" alt="section icon" />
32-
<h5 class="icon-title text-{{page.bg}}">{{ page.title }}</h5>
32+
<h5 class="icon-title">{{ page.title }}</h5>
3333
</div>
3434
{% elsif page.fa-icon %}
3535
<div class="subtlecircle sectiondivider faicon">

0 commit comments

Comments
 (0)