mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
Fix color of bell icon (changed by fork-awesome?)
This commit is contained in:
parent
5c11d3c871
commit
18ffeb4aa4
@ -98,7 +98,7 @@
|
|||||||
<span>Home</span>
|
<span>Home</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "note" %}">
|
<a class="navbar-item" href="{% url "note" %}">
|
||||||
<span class="fa fa-bell-o"></span>
|
<span class="fa fa-bell"></span>
|
||||||
{% if preferences.notifications and not preferences.theme.is_brutalist %}
|
{% if preferences.notifications and not preferences.theme.is_brutalist %}
|
||||||
<span ic-src="{% url 'notes_count' %}"
|
<span ic-src="{% url 'notes_count' %}"
|
||||||
ic-poll="{{ preferences.poll_frequency }}s"
|
ic-poll="{{ preferences.poll_frequency }}s"
|
||||||
|
Loading…
Reference in New Issue
Block a user