diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ae2826516..f72fa5a01 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -117,7 +117,14 @@ code { color: #000; } - +.inline-code { + font-size: 1em; + padding: 0; + border: 0; + background: #FFF; + display: inline; + color: #000; +} pre { background: #F5F5F5; |