fix(dark style): .error-404 img

re #1289, https://github.com/the1812/Bilibili-Evolved/issues/1289#issuecomment-802849716
This commit is contained in:
JLoeve 2021-04-07 14:55:15 +08:00
parent 80f6040859
commit cab93579d4

View File

@ -279,3 +279,6 @@ a {
} }
} }
} }
.error-container .error-404 img {
@include to-theme("blue");
}