From b6ac93ff997dfe3e4c056e2573374ea52ff4b062 Mon Sep 17 00:00:00 2001 From: Alextimka Date: Sat, 25 May 2024 14:01:22 +0200 Subject: [PATCH] Update 1.4.9 Hotfix update Fixed body color not changing on firefox --- css/dark.css | 13 +++++++------ manifest.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/css/dark.css b/css/dark.css index 1258e89..01dafd6 100644 --- a/css/dark.css +++ b/css/dark.css @@ -1,10 +1,5 @@ +@charset "UTF-8"; :root { - /* text */ - --text-white: #fff; - --text-dark: #1e2224; - --text-lgrey: #aeaeae; - --link-color: #75bad6; - /* bg */ --dark-bg: #1b1b1b; --darker-bg: #252525; @@ -12,6 +7,12 @@ --light-bg: #606060; --widget-bg: #2e2e2e; + /* text */ + --text-white: #fff; + --text-dark: #1e2224; + --text-lgrey: #aeaeae; + --link-color: #75bad6; + /* nm */ --nm-bg: #102b3e; } diff --git a/manifest.json b/manifest.json index 7694c14..ecb7e29 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Spectrum", - "version": "1.4.8", + "version": "1.4.9", "description": "__MSG_extDesc__", "default_locale": "en", "icons": {