Update custom.css
This commit is contained in:
parent
6a24f57dcf
commit
08653ef1be
@ -124,12 +124,18 @@ body {
|
|||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
.highlight code {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #303030;
|
background: #303030;
|
||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
border-radius: 3px;
|
||||||
|
background: #ffc7ba;
|
||||||
|
color: #ff735a;
|
||||||
|
}
|
||||||
|
|
||||||
article section.page pre {
|
article section.page pre {
|
||||||
background: #303030;
|
background: #303030;
|
||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user