Skip to content

Commit 26d4f1f

Browse files
authored
Fix color contrast on strong elements (#300)
1 parent 1e3fd85 commit 26d4f1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/css/site.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,8 @@ pre {
382382
}
383383
}
384384

385+
strong {
386+
color: #000;
387+
font-weight: bold;
388+
font-size: 1.5rem;
389+
}

0 commit comments

Comments
 (0)