Changed css

This commit is contained in:
Hexalyse 2015-08-22 22:46:35 +02:00
parent 8c519db877
commit da7ffc5d07
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

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