feat(popup): import `extension.css` as layer via css

This commit is contained in:
Thomas Rupprecht 2023-09-13 20:19:51 +02:00
parent d97dc9da87
commit 91e6bd10b6
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,5 @@
@import url('extension.css') layer(extension);
@font-face {
font-family: 'Nunito Sans';
font-style: normal;

View File

@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<title>/usr/space</title>
<link rel="stylesheet" href="extension.css" />
<link rel="stylesheet" href="popup.css" />
<template id="template-icon-closed">