fix <code> color scheme

This commit is contained in:
Tomáš Mládek 2021-03-19 17:39:17 +01:00
parent 4d77fb5ddf
commit 8c057df954

View file

@ -24,7 +24,7 @@ blockquote {
}
pre, code {
background: rgb(248, 248, 252);
background: #F8F8FC;
}
code {
@ -162,4 +162,9 @@ main footer {
nav h1 a {
color: white;
}
code {
background: black;
color: #F8F8FC;
}
}