Skip to content

Commit

Permalink
Update 1.4.9
Browse files Browse the repository at this point in the history
Hotfix update
Fixed body color not changing on firefox
  • Loading branch information
Alextimka committed May 25, 2024
1 parent e8137a3 commit b6ac93f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions css/dark.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
@charset "UTF-8";
:root {
/* text */
--text-white: #fff;
--text-dark: #1e2224;
--text-lgrey: #aeaeae;
--link-color: #75bad6;

/* bg */
--dark-bg: #1b1b1b;
--darker-bg: #252525;
--grey-bg: #313131;
--light-bg: #606060;
--widget-bg: #2e2e2e;

/* text */
--text-white: #fff;
--text-dark: #1e2224;
--text-lgrey: #aeaeae;
--link-color: #75bad6;

/* nm */
--nm-bg: #102b3e;
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Spectrum",
"version": "1.4.8",
"version": "1.4.9",
"description": "__MSG_extDesc__",
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit b6ac93f

Please sign in to comment.