This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 27ec2a5a4b6 (fix) fix markdown font style (#394)
27ec2a5a4b6 is described below
commit 27ec2a5a4b6eea11e53b1173ec4067fb64b84548
Author: hututu <[email protected]>
AuthorDate: Tue Jan 16 15:01:17 2024 +0800
(fix) fix markdown font style (#394)
---
src/scss/components/markdown.scss | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/scss/components/markdown.scss
b/src/scss/components/markdown.scss
index 0e3d0bc4763..db0c0af7eef 100644
--- a/src/scss/components/markdown.scss
+++ b/src/scss/components/markdown.scss
@@ -9,12 +9,13 @@
h6 {
color: #1d1d1d;
margin-bottom: 0.3125rem;
- font-weight: 600;
+ font-weight: 500;
}
b,
strong {
- font-weight: 600;
+ font-weight: 500;
+ color: #1d1d1d;
}
h1,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]