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 2dd9d992de0 (fix) fix markdown font style (#391)
2dd9d992de0 is described below
commit 2dd9d992de004bea605a54717da20e8bfd0a7b11
Author: hututu <[email protected]>
AuthorDate: Fri Jan 12 18:01:49 2024 +0800
(fix) fix markdown font style (#391)
---
src/scss/components/markdown.scss | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/scss/components/markdown.scss
b/src/scss/components/markdown.scss
index 066a601b2e0..0e3d0bc4763 100644
--- a/src/scss/components/markdown.scss
+++ b/src/scss/components/markdown.scss
@@ -9,7 +9,12 @@
h6 {
color: #1d1d1d;
margin-bottom: 0.3125rem;
- font-weight: 500;
+ font-weight: 600;
+ }
+
+ b,
+ strong {
+ font-weight: 600;
}
h1,
@@ -28,7 +33,7 @@
}
h3 {
- font-size: 1rem;
+ font-size: 1.125rem;
margin-bottom: 1.25rem;
margin-top: 1rem;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]