From 7eb49151c9879184bce79e13be788144b85f01e0 Mon Sep 17 00:00:00 2001 From: fatchan Date: Thu, 16 Apr 2020 14:32:06 +0200 Subject: [PATCH] remove domain from url in theme --- gulp/res/css/themes/win95.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/res/css/themes/win95.css b/gulp/res/css/themes/win95.css index 56e8f878..fa02d071 100644 --- a/gulp/res/css/themes/win95.css +++ b/gulp/res/css/themes/win95.css @@ -79,7 +79,7 @@ bottom: -3px; .navbar a:first-of-type::before { content:''; position:absolute; -background: url('https://fatpeople.lol/file/8bb8340d9edf7f5ee0003fd49df3ae1fbf3254025b724643c676681f9253b1fb.png'); +background: url('/file/8bb8340d9edf7f5ee0003fd49df3ae1fbf3254025b724643c676681f9253b1fb.png'); background-size: contain; height: 1.75em; width: 1.75em;