1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

Fix regression in visual of document-blocked page

Related commit:
46ea5519c1
This commit is contained in:
Raymond Hill 2024-03-17 09:40:59 -04:00
parent 94de4e266e
commit 42dfdfea5d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -42,10 +42,10 @@ a {
word-break: break-all; word-break: break-all;
} }
#warningSign { #warningSign {
width: 100%; color: var(--accent-surface-1);
} fill: var(--accent-surface-1);
#warningSign > a {
font-size: 96px; font-size: 96px;
width: 100%;
} }
#theURL { #theURL {
color: var(--ink-2); color: var(--ink-2);