From 54a99205d7f95f955fd0d5c26f7fe62b3756d833 Mon Sep 17 00:00:00 2001 From: Dillon Date: Tue, 3 Mar 2020 21:35:14 +0800 Subject: chore(doc): add English "Theme Documentation - Basics" --- assets/css/_core/_base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/_core/_base.scss b/assets/css/_core/_base.scss index 9d44697..205b45f 100644 --- a/assets/css/_core/_base.scss +++ b/assets/css/_core/_base.scss @@ -27,7 +27,7 @@ html { } body { - font-weight: 400; + font-weight: 300; line-height: 1.5rem; background-color: $global-background-color; color: $global-font-color; @@ -58,6 +58,10 @@ body { } } +b, strong { + font-weight: bold; +} + a { color: $global-link-color; text-decoration: none; -- cgit v1.2.3