From 4e9053f00c2c0d13c51f15531665b1b5a0f7a928 Mon Sep 17 00:00:00 2001 From: KosM Date: Fri, 9 Aug 2019 20:04:59 +0300 Subject: [PATCH] readme headers now are in #000 --- themes/dark_theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/dark_theme.css b/themes/dark_theme.css index 569ec00..2ac6d5b 100644 --- a/themes/dark_theme.css +++ b/themes/dark_theme.css @@ -42,6 +42,15 @@ h5, color: #000; } +#file-content h1, +#file-content h2, +#file-content h3, +#file-content h4, +#file-content h5 + { + color: #000 ; +} + pre.raw, code.raw { background-color: #000;