Hexalyse 11 лет назад
Родитель
Сommit
da7ffc5d07
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 2
      cfg/conf.ini
  2. 1 0
      css/zerobin.css

+ 2 - 2
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,

+ 1 - 0
css/zerobin.css

@@ -383,5 +383,6 @@ img.vizhash {
 }
 
 #prettyprint {
+	color: #000000;
 	font-size: 1.2em;
 }