diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-01-28 16:02:09 +0000 | 
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-01-28 16:02:09 +0000 | 
| commit | 1546a103695fff9843aeb699ca76af406dbdd1c2 (patch) | |
| tree | f815a4f52969ef1d9ff310d448b17030b2d9b2e3 /share | |
| parent | aa9c5e112777180d4ee9732a2ec6e461b9099623 (diff) | |
| download | blog-1546a103695fff9843aeb699ca76af406dbdd1c2.tar.gz blog-1546a103695fff9843aeb699ca76af406dbdd1c2.tar.bz2 blog-1546a103695fff9843aeb699ca76af406dbdd1c2.zip | |
Make code background different color
Diffstat (limited to 'share')
| -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 { |