Improve <pre> and <code> contrast with a dark theme

This makes it more easily legible, and to follow the WCAG
recommendations.
This commit is contained in:
defanor 2022-01-04 21:06:45 +03:00
parent 3fd3d27117
commit 84c9ade45a
1 changed files with 1 additions and 1 deletions

View File

@ -1707,7 +1707,7 @@
}
pre, code {
color: red;
color: #ffd0d0;
}
figure.code,