diff --git a/css/index.css b/css/index.css index 0258201..813ab5a 100644 --- a/css/index.css +++ b/css/index.css @@ -86,8 +86,7 @@ pre, code { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; line-height: 1.5; - background: var(--border); - color: var(--text); + } pre { font-size: 14px; @@ -106,7 +105,8 @@ pre { hyphens: none; padding: 1em; margin: .5em 0; - background-color: #f6f6f6; + /*background-color: #f6f6f6;*/ + background: var(--border); } code { word-break: break-all;