forked from kittv/web
1
0
Fork 0

Ikony v rolovací navigaci

search
Emil Miler 3 years ago
parent 23883a13c6
commit 261161a062

@ -71,10 +71,16 @@ header {
color: #2E3440; color: #2E3440;
a { a {
display: block; display: flex;
align-items: center;
padding: .5em; padding: .5em;
&:hover { color: var(--color) } &:hover { color: var(--color) }
.icon {
color: var(--color);
margin-right: .4em;
font-size: 1.5em;
}
} }
} }

@ -25,7 +25,7 @@
<ul> <ul>
{% for subsection in section.subsections %} {% for subsection in section.subsections %}
{% set subsection = get_section(path=subsection) %} {% set subsection = get_section(path=subsection) %}
<li><a href="{{ subsection.permalink }}">{{ subsection.title }}</a></li> <li><a href="{{ subsection.permalink }}"><span class="icon">&clubs;</span>{{ subsection.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}

Loading…
Cancel
Save