From 4f13de283572b2c57e7462f1030c12fe8335882e Mon Sep 17 00:00:00 2001
From: toasted-nutbread <toasted-nutbread@users.noreply.github.com>
Date: Fri, 12 Feb 2021 21:03:30 -0500
Subject: Move css files (#1374)

* Move bg/css/ to css/

* Move mixed/css/ to css/
---
 ext/fg/js/popup.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ext/fg/js')

diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js
index 47330090..5e15a654 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -342,7 +342,7 @@ class Popup extends EventDispatcher {
             useWebExtensionApi = false;
             parentNode = this._shadow;
         }
-        await dynamicLoader.loadStyle('yomichan-popup-outer-stylesheet', fileType, '/mixed/css/popup-outer.css', useWebExtensionApi, parentNode);
+        await dynamicLoader.loadStyle('yomichan-popup-outer-stylesheet', fileType, '/css/popup-outer.css', useWebExtensionApi, parentNode);
     }
 
     _observeFullscreen(observe) {
-- 
cgit v1.2.3