soften background color for code snippet
This commit is contained in:
parent
6b85506e67
commit
4999a44823
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<style>
|
||||
|
||||
pre code { background-color: #312f2f; }
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #101010; }
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #181717; }
|
||||
|
||||
.headerWrapper {
|
||||
background: #312f2f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue