fix <code> color scheme
This commit is contained in:
parent
4d77fb5ddf
commit
8c057df954
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue