font awesome brand icons

This commit is contained in:
Ruben Moor 2020-06-03 21:49:02 -05:00
parent 5d59e31af6
commit eb6678f885
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
<i class="fa fa-bars"></i>
</button>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
<i class="fa fa-palette"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">{{ theme_option "Light" }}</button></li>
@ -149,7 +149,7 @@
{{/if}}
{{#if git_repository_url}}
<a href="{{git_repository_url}}" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa {{git_repository_icon}}"></i>
<i id="git-repository-button" class="fab {{git_repository_icon}}"></i>
</a>
{{/if}}
{{#if git_repository_edit_url}}