This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f669d49 Increase the title font weight (#82)
1f669d49 is described below

commit 1f669d49070e952e1f606dbb29196cf159937350
Author: AndyChen <[email protected]>
AuthorDate: Tue Jan 30 13:08:48 2024 +0800

    Increase the title font weight (#82)
    
    * Improve the Title Font Weight
    
    Signed-off-by: JingZhang Chen <[email protected]>
    
    * build static
    
    Signed-off-by: JingZhang Chen <[email protected]>
    
    ---------
    
    Signed-off-by: JingZhang Chen <[email protected]>
---
 content/assets/stylesheets/pekko-theme.css                  | 13 +++++++++++++
 .../paradox/_template/assets/stylesheets/pekko-theme.css    | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/content/assets/stylesheets/pekko-theme.css 
b/content/assets/stylesheets/pekko-theme.css
index d9531af9..d6ffcfc4 100644
--- a/content/assets/stylesheets/pekko-theme.css
+++ b/content/assets/stylesheets/pekko-theme.css
@@ -121,3 +121,16 @@ tbody tr:nth-child(even) {
   width: 380px;
   margin: auto;
 }
+.md-typeset h1 {
+  /*pure dark*/
+  color: rgba(0, 0, 0, 1);
+  font-weight: 600;
+}
+.md-typeset h2 {
+  color: rgba(0, 0, 0, 0.7);
+  font-weight: 500;
+}
+.md-typeset h3 {
+  color: rgba(0, 0, 0, 0.6);
+  font-weight: 450;
+}
diff --git a/src/main/paradox/_template/assets/stylesheets/pekko-theme.css 
b/src/main/paradox/_template/assets/stylesheets/pekko-theme.css
index d9531af9..d6ffcfc4 100644
--- a/src/main/paradox/_template/assets/stylesheets/pekko-theme.css
+++ b/src/main/paradox/_template/assets/stylesheets/pekko-theme.css
@@ -121,3 +121,16 @@ tbody tr:nth-child(even) {
   width: 380px;
   margin: auto;
 }
+.md-typeset h1 {
+  /*pure dark*/
+  color: rgba(0, 0, 0, 1);
+  font-weight: 600;
+}
+.md-typeset h2 {
+  color: rgba(0, 0, 0, 0.7);
+  font-weight: 500;
+}
+.md-typeset h3 {
+  color: rgba(0, 0, 0, 0.6);
+  font-weight: 450;
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to