From cab93579d4c24c1e83c41173025444cdf55a48f1 Mon Sep 17 00:00:00 2001 From: JLoeve Date: Wed, 7 Apr 2021 14:55:15 +0800 Subject: [PATCH] fix(dark style): .error-404 img re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-802849716 --- src/style/dark/dark-slice-14.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style/dark/dark-slice-14.scss b/src/style/dark/dark-slice-14.scss index 89f5a528b..8e5cf167b 100644 --- a/src/style/dark/dark-slice-14.scss +++ b/src/style/dark/dark-slice-14.scss @@ -279,3 +279,6 @@ a { } } } +.error-container .error-404 img { + @include to-theme("blue"); +}