Emphasise error card icon

This commit is contained in:
syeopite 2025-02-28 20:58:16 -08:00
parent de5cf8bb6f
commit a6e8c36aff
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -833,11 +833,14 @@ h1, h2, h3, h4, h5, p,
display: grid; display: grid;
grid-template-columns: max-content 1fr; grid-template-columns: max-content 1fr;
grid-template-rows: 1fr max-content; grid-template-rows: 1fr max-content;
align-items: center;
column-gap: 10px; column-gap: 10px;
row-gap: 4px; row-gap: 4px;
} }
.error-card > .explanation > i { .error-card > .explanation > i {
color: #f44;
font-size: 24px;
grid-area: 1 / 1 / 2 / 2; grid-area: 1 / 1 / 2 / 2;
} }