From 148a78988b352b44ab2b3babf38ee1e239343e85 Mon Sep 17 00:00:00 2001 From: AyumuNekozuki Date: Fri, 1 Apr 2022 21:02:55 +0900 Subject: [PATCH] fix #238 --- src/manifest.json | 2 +- src/style_for/live/watch.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index a816fd9..c5ac291 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "niconico Darkmode", - "version": "2.4.2", + "version": "2.4.3", "description": "ニコニコをダークモード化する拡張機能", "icons": { "16": "images/icon16.png", diff --git a/src/style_for/live/watch.scss b/src/style_for/live/watch.scss index d005c44..8b66bab 100644 --- a/src/style_for/live/watch.scss +++ b/src/style_for/live/watch.scss @@ -753,6 +753,7 @@ [class*="___item___"]{ border-color: $border-background-color; [class*="___tag-card___"]{ + background-color: $sub2-background-color; [class*="___information___"]{ [class*="___name-label___"]{ color: $main-text-color;