perf(ui): improve web accessibility (#447)
- Make color and contrast meets WCAG 2 AA and above - Fixes `aria-label` on button "copy link" in posts
This commit is contained in:
@@ -63,6 +63,7 @@ html {
|
||||
font-size: $code-font-size;
|
||||
line-height: 1.4rem;
|
||||
word-wrap: normal; /* Fixed Safari overflow-x */
|
||||
color: var(--code-snippets-color);
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
Reference in New Issue
Block a user