diff --git a/css/icons.css b/css/icons.css index 253b3593..c657bc15 100644 --- a/css/icons.css +++ b/css/icons.css @@ -28,7 +28,7 @@ content : '\e806 '; } -.icon-directory::before { +.icon-directory { font-family : 'Fontello'; content : '\e807 '; } @@ -58,7 +58,7 @@ content : '\e80c '; } -.icon-file::before { +.icon-file::before, { font-family : 'Fontello'; content : '\e80d '; } @@ -137,3 +137,4 @@ font-family : 'Fontello'; content : '\e81c '; } + diff --git a/css/query.css b/css/query.css index 332e7ea5..f6aca9e2 100644 --- a/css/query.css +++ b/css/query.css @@ -163,6 +163,15 @@ background-image: none; } + .archive, .archive-link { + background-image: none; + } + + .archive::before, .archive-link { + color: rgba(26, 224, 124, 0.56); + content: '\e81d'; + } + /* убираем заголовок */ .fm-header { display: none; diff --git a/font/fontello.eot b/font/fontello.eot index c886783f..c6b5875a 100644 Binary files a/font/fontello.eot and b/font/fontello.eot differ diff --git a/font/fontello.svg b/font/fontello.svg index ac6e533b..4564f981 100644 --- a/font/fontello.svg +++ b/font/fontello.svg @@ -1,7 +1,7 @@ -Copyright (C) 2019 by original authors @ fontello.com +Copyright (C) 2021 by original authors @ fontello.com @@ -63,6 +63,8 @@ + + \ No newline at end of file diff --git a/font/fontello.ttf b/font/fontello.ttf index 57d3d331..4fc26184 100644 Binary files a/font/fontello.ttf and b/font/fontello.ttf differ diff --git a/font/fontello.woff b/font/fontello.woff index fd4d9d12..16fa9d71 100644 Binary files a/font/fontello.woff and b/font/fontello.woff differ diff --git a/font/fontello.woff2 b/font/fontello.woff2 index dae85710..8b7b62f0 100644 Binary files a/font/fontello.woff2 and b/font/fontello.woff2 differ