Skip to content

Commit

Permalink
Fix regression in visual of document-blocked page
Browse files Browse the repository at this point in the history
Related commit:
46ea551
  • Loading branch information
gorhill committed Mar 17, 2024
1 parent 94de4e2 commit 42dfdfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/document-blocked.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 42dfdfe

Please sign in to comment.