summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-02-28 11:56:56 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-02-28 11:56:56 +0100
commit9900670aa934a7bfccdfef8fd088e74051d78a9a (patch)
tree93fc5b861a291e58c148d1832003c836064ab572
parenta0c72e1a50c1164bad7f1d9c66fb4af906e0a52a (diff)
De-decrease monospace font size
-rw-r--r--css/codeq.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css
index ec1e199..f8abfca 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -32,7 +32,6 @@ body {
/* code text style */
.code, code, pre {
font-family: monospace;
- font-size: 0.95em;
}
code {
background-color: #f4f2f9;