From da7ffc5d076eab9fbbbcfba3d65e08ff6114014a Mon Sep 17 00:00:00 2001 From: Hexalyse Date: Sat, 22 Aug 2015 22:46:35 +0200 Subject: [PATCH] Changed css --- cfg/conf.ini | 4 ++-- css/zerobin.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cfg/conf.ini b/cfg/conf.ini index e37f879..1819c11 100644 --- a/cfg/conf.ini +++ b/cfg/conf.ini @@ -12,7 +12,7 @@ opendiscussion = false ; enable or disable syntax highlighting -syntaxhighlighting = true +syntaxhighlighting = false ; preselect the burn-after-reading feature by default burnafterreadingselected = false @@ -26,7 +26,7 @@ template = "page" [expire] ; expire value that is selected per default ; make sure the value exists in [expire_options] -default = "1month" +default = "1week" [expire_options] ; Set each one of these to the number of seconds in the expiration period, diff --git a/css/zerobin.css b/css/zerobin.css index e06812a..0e905ed 100644 --- a/css/zerobin.css +++ b/css/zerobin.css @@ -383,5 +383,6 @@ img.vizhash { } #prettyprint { + color: #000000; font-size: 1.2em; }