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