summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index bed6558..6c31263 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -121,16 +121,16 @@ kbd {
padding: 0.2em;
}
-.code, .highlight {
+.highlight {
border: 1px grey solid;
padding-left: 0.5em;
font-family: Inconsolata, Consolas, monospace;
- font-size: 14px;
border-radius: 4px 4px 4px 4px;
}
-code {
+p code {
font-family: Inconsolata, Consolas, monospace;
+ background-color: #eee;
}
.timestamp {