Skip to content

Commit

Permalink
Update to Font Awesome 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Feb 13, 2022
1 parent def82ef commit 13d922e
Show file tree
Hide file tree
Showing 8 changed files with 6,983 additions and 4,624 deletions.
4 changes: 2 additions & 2 deletions css/dialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
#import_texture_list li.selected::after {
position: absolute;
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 600;
color: var(--color-accent);
background-color: var(--color-ui);
Expand Down Expand Up @@ -1359,7 +1359,7 @@
}
#edit_history_list ul li.selected:not(:first-of-type)::before {
content: "\f04b";
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 14px;
color: var(--color-accent);
Expand Down
Loading

0 comments on commit 13d922e

Please sign in to comment.