chenge code background color to better integrate with the site and the dracula color scheme
This commit is contained in:
parent
68bb621040
commit
bb493712d1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<style>
|
||||
|
||||
pre code { background-color: #44475a; }
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #44475a; }
|
||||
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; background-color: #6272A4; }
|
||||
|
||||
a:hover {
|
||||
color: #f8f8f2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue