Add custom Linux icon, why not

This commit is contained in:
Dawid Potocki
2019-09-10 18:09:58 +12:00
parent 02810cca3c
commit 2dbc746133
10 changed files with 51 additions and 6 deletions

View File

@ -26,6 +26,7 @@
[data-icon]:before,
.ptio-f-droid:before,
.ptio-ios:before,
.ptio-linux:before,
.ptio-macos:before,
.ptio-netbsd:before,
.ptio-openbsd:before,
@ -46,6 +47,7 @@
.ptio-f-droid:before { content: "\f100"; }
.ptio-ios:before { content: "\f101"; }
.ptio-linux:before { content: "\f107"; }
.ptio-macos:before { content: "\f102"; }
.ptio-netbsd:before { content: "\f103"; }
.ptio-openbsd:before { content: "\f104"; }