From ef826846e0831dc97b69be05e3960f530d0863ad Mon Sep 17 00:00:00 2001 From: Sebastian Morr Date: Tue, 31 Oct 2017 22:32:13 +0100 Subject: Replace TV icon with voctocat everywhere This includes the header, favicons, and 404/500 pages. --- assets/css/_structure.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/css/_structure.less') diff --git a/assets/css/_structure.less b/assets/css/_structure.less index fc3cced..45a4ffe 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -39,7 +39,8 @@ nav { .icon { background-repeat: no-repeat; - background-image: url("@{img}/tv.png"); + background-image: url("@{img}/voctocat.svg"); + background-size: 27px 27px; float: left; display: block; @@ -49,7 +50,8 @@ nav { } .icon when (luma(@navbar-default-bg) > 50%) { - background-image: url("@{img}/tv-inverse.png"); + background-image: url("@{img}/voctocat-inverse.svg"); + background-size: 27px 27px; } } -- cgit v1.2.3