1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49: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;
}
#warningSign {
width: 100%;
}
#warningSign > a {
color: var(--accent-surface-1);
fill: var(--accent-surface-1);
font-size: 96px;
width: 100%;
}
#theURL {
color: var(--ink-2);