From adfcd5e1c237ee72cdeb7e623da100e948ec3953 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Mon, 3 Sep 2018 23:58:41 +0800 Subject: [PATCH] valine pre --- source/less/_main.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/less/_main.less b/source/less/_main.less index e744081..451bc8b 100755 --- a/source/less/_main.less +++ b/source/less/_main.less @@ -65,6 +65,11 @@ line-height: @fontsize_small * 1.5; } } + pre{ + font-family: @fontfamily_code; + font-size: @fontsize_base * .8; + color: fade(@theme_text_main, 90%); + } a, .vemoji-btn, .vpreview-btn{ color: @theme_text_link; .enable-trans();