Skip to content

Commit e7ccfe3

Browse files
committed
fix dark mode color contrast
1 parent 873eb9f commit e7ccfe3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_sass/custom/custom.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
/* Warning Callout Styling */
1515
.warning {
16-
padding: 1em;
17-
margin: 1em 0;
18-
border-left: 5px solid #ff4b4b;
19-
background-color: #fff2f2;
16+
padding: 1.25em;
17+
margin: 1.5em 0;
18+
border-left: 5px solid #ff4b4b;
19+
background-color: #fff2f2;
20+
color: $body-text-color;
2021
border-radius: 4px;
21-
color: #333;
2222
}
2323

2424
.warning a {
25-
font-weight: bold;
26-
text-decoration: underline;
2725
color: #d00000;
28-
}
26+
text-decoration: underline;
27+
}
28+

0 commit comments

Comments
 (0)