tIncreased code block font size - monochromatic - monochromatic blog: http://blog.z3bra.org
HTML git clone git://z3bra.org/monochromatic
DIR Log
DIR Files
DIR Refs
---
DIR commit 95eb954990c957aa2fdda63181fc0d2546168889
DIR parent 850ce82d4a6aa6c71d8f9e04d8cf841eeddfa9aa
HTML Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Thu, 19 Sep 2013 20:52:06 +0200
Increased code block font size
Diffstat:
M css/monochrome.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -168,7 +168,7 @@ pre {
color: inherit;
background-color: #111;
font:inherit;
- font-size:60%;
+ font-size:80%;
padding: 10px;
border-radius: 10px;
margin-top: 4px;