css: brighten inline code in dark theme

Improves legibility in low brightness

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-30 14:41:43 +05:30
parent 9ebe2df091
commit 5c4e6ad0b6
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
--text-color: #f0f0f0;
--heading-color: white;
--blockquote-color: #bababa;
--inline-code-text-color: #b3555e;
--inline-code-text-color: #f82439;
--inline-code-background-color: #202020;
--post-time-color: #bababa;
--code-background-color: #000000;
@ -55,7 +55,7 @@
--text-color: #f0f0f0;
--heading-color: white;
--blockquote-color: #bababa;
--inline-code-text-color: #de4755;
--inline-code-text-color: #f82439;
--inline-code-background-color: #202020;
--post-time-color: #bababa;
--code-background-color: #000000;