diff --git a/prism-material-light.css b/prism-material-light.css index bf0c5e3..0decfc9 100644 --- a/prism-material-light.css +++ b/prism-material-light.css @@ -6,6 +6,7 @@ pre[class*="language-"] { word-break: normal; word-wrap: normal; color: #90a4ae; + background: rgba(0,0,0,0.25); font-family: Roboto Mono, monospace; font-size: 1em; line-height: 1.5em;