From 3391da720a150a54e65640dd8bb12cd097998f27 Mon Sep 17 00:00:00 2001 From: Kenshin Date: Tue, 31 Dec 2019 10:52:19 +0800 Subject: [PATCH] Fix theme common css bug. --- src/assets/css/theme_common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/theme_common.css b/src/assets/css/theme_common.css index 02121e4b..caf4e6ce 100644 --- a/src/assets/css/theme_common.css +++ b/src/assets/css/theme_common.css @@ -65,7 +65,7 @@ sr-rd-content a { sr-rd-content a, sr-rd-content a:link { color: inherit; - font-size: initial; + font-size: inherit; font-weight: inherit; border:none; }