diff options
| -rw-r--r-- | share/style.css | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/share/style.css b/share/style.css index 35adf86..cfab6d0 100644 --- a/share/style.css +++ b/share/style.css @@ -62,11 +62,12 @@ img {      max-width: 100%;  } -code { +pre, code {      font-family: monospace;      padding: 2px;      color: #222;      border-radius: 3px; +    background-color: #f2f2f2;  }  blockquote { |