fix <code> color scheme

master
Tomáš Mládek 2021-03-19 17:39:17 +01:00
parent 4d77fb5ddf
commit 8c057df954
1 changed files with 6 additions and 1 deletions

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