From 91e6bd10b6c6b8ca1094e3e5263fecc01c20ea58 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Wed, 13 Sep 2023 20:19:51 +0200 Subject: [PATCH] feat(popup): import `extension.css` as layer via css --- CHANGELOG.md | 2 ++ src/popup.css | 2 ++ src/popup.html | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf50e5..2a09417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### 🐛 Bug Fixes - Update web-ext to support newer browser APIs and remove `addon-linter` override +- Fix background script init ### 🚜 Refactor @@ -20,6 +21,7 @@ All notable changes to this project will be documented in this file. ### ⚙️ Miscellaneous Tasks - Make `Calendar` types readonly +- Update `package-lock.json` ## \[[0.9.3](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.3)] - 2023-09-06 diff --git a/src/popup.css b/src/popup.css index a12b217..742323d 100644 --- a/src/popup.css +++ b/src/popup.css @@ -1,3 +1,5 @@ +@import url('extension.css') layer(extension); + @font-face { font-family: 'Nunito Sans'; font-style: normal; diff --git a/src/popup.html b/src/popup.html index ec2c836..5ce060d 100644 --- a/src/popup.html +++ b/src/popup.html @@ -3,7 +3,6 @@ /usr/space -