diff --git a/static/css/style.css b/static/css/style.css index 883b302..66a514e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -663,4 +663,11 @@ a.symbol { a.symbol:hover { color: #BCD4DA; +} + +code { + font-family:Menlo, Monaco, Courier; + background-color:#EEE; font-size:14px; + padding: 4px; + font-weight: 600; } \ No newline at end of file