chenge code background color to better integrate with the site and the dracula color scheme

This commit is contained in:
Peter 2025-03-20 18:07:09 -04:00
parent 68bb621040
commit bb493712d1

View file

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