readme headers now are in #000

This commit is contained in:
KosM 2019-08-09 20:04:59 +03:00
parent 36abf811df
commit 4e9053f00c

View file

@ -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;