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
1 changed files with 3 additions and 3 deletions

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);