summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-05 14:10:07 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-05 14:10:07 +0100
commitc5bde3a97aba683d6c9aee96fa639cf9ce920bee (patch)
tree76cc4fa421a4ef846ea125f6c5c8b0abe6d4b4f9
parente3468ac10e93423583e3a297915f1f6faec10e0e (diff)
Tweak style for <code> and <pre> elements
-rw-r--r--css/codeq.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css
index e9e55a0..cfe0ebc 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -20,11 +20,15 @@ body {
}
code {
+ background-color: #f4f2f9;
+ color: #1525c6;
font-size: 1em;
+ padding: 0.1em 0.2em;
}
pre {
font-size: 1em;
+ padding: 0.5em 1em;
}
.title {