diff options
author | Sebastian Morr | 2017-10-31 22:32:13 +0100 |
---|---|---|
committer | Sebastian Morr | 2017-10-31 22:32:13 +0100 |
commit | ef826846e0831dc97b69be05e3960f530d0863ad (patch) | |
tree | 763e4860afa1c0765aecd10c443b8570109cf232 /assets/css | |
parent | 108902fe5dcaad25bc94bdecf9b4ae32eab49c5f (diff) |
Replace TV icon with voctocat everywhere
This includes the header, favicons, and 404/500 pages.
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/_structure.less | 6 |
1 files changed, 4 insertions, 2 deletions
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; } } |