From 99049a88ef1ac49872186515e77b7daf0c61b65c Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 16 Oct 2017 21:25:17 +1100 Subject: [PATCH] Give code a nice dark colour scheme like the stuff around it --- templates/default-layout.cassius | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index 24d126c..e4ae797 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -7,6 +7,13 @@ a text-decoration: none line-height: 1 +code, kbd, pre, samp + font-family: Monoid, Hack, Inconsolata, Menlo, Monaco, Consolas, "Liberation Mono", monospace +code, pre + color: #cccccc +code + background-color: #141414 + body background-color: #1d1f21 color: #c9cacc