diff --git a/static/style.css b/static/style.css index aea2f3d..7f37cad 100644 --- a/static/style.css +++ b/static/style.css @@ -119,3 +119,12 @@ th { .score { text-shadow: 0 0 0.1px; } + +/* code tag */ +:not(pre) > code { + background: #E0E1E2; + padding: 2px; + border-radius: 2px; + color: rgba(0, 0, 0, 0.6); + font-size: 0.85em; +}