From a143d9b8cb3e37ff5ebc6a6a9e850da151c0e7c8 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Fri, 13 Nov 2020 20:06:40 +0700 Subject: [PATCH] base64 Sugoimusic logo in CSS * Added base64 logo to global.css * Removed URL reference to all style CSS --- static/styles/beluga/style.css | 3 --- static/styles/genaviv/style.css | 1 - 2 files changed, 4 deletions(-) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 726946a..9a54d12 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -25,9 +25,6 @@ width:180px; } - #logo a { - background: url('/static/styles/sugoi/images/logo.png') no-repeat center center; - } #logo>a { background-size:contain; display:block; diff --git a/static/styles/genaviv/style.css b/static/styles/genaviv/style.css index e81ddc2..d365060 100644 --- a/static/styles/genaviv/style.css +++ b/static/styles/genaviv/style.css @@ -374,7 +374,6 @@ input,input[type="search"],form textarea,form input,input[type="search" i],input #logo { width: 300px; height: 197px; - background: url('/static/styles/sugoi/images/logo.png') no-repeat center center; margin: 0 auto; }