You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by vi...@apache.org on 2024/03/04 09:17:15 UTC

(pulsar-site) branch main updated: Minor style changes (#822)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b6877ae206dd Minor style changes (#822)
b6877ae206dd is described below

commit b6877ae206dd92088f766ca02f6e27be3807496d
Author: Kiryl Valkovich 🛸 <vi...@gmail.com>
AuthorDate: Mon Mar 4 13:17:11 2024 +0400

    Minor style changes (#822)
    
    - Slightly reduce font line-height in docs for better readability.
    - Changed "Suggest changes" and "Get support" links color to black
---
 src/components/ui/ArticleThumb/ArticleThumb.module.css | 2 ++
 src/css/typography.css                                 | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/components/ui/ArticleThumb/ArticleThumb.module.css b/src/components/ui/ArticleThumb/ArticleThumb.module.css
index c00f39009435..d8fa47cba4fd 100644
--- a/src/components/ui/ArticleThumb/ArticleThumb.module.css
+++ b/src/components/ui/ArticleThumb/ArticleThumb.module.css
@@ -9,8 +9,10 @@
   text-decoration: none;
   display: block;
   margin-left: 1rem;
+  color: inherit;
 }
 
 .Action:hover {
   opacity: 0.5;
+  text-decoration: none;
 }
diff --git a/src/css/typography.css b/src/css/typography.css
index 5020202ce2ee..1dcd48d53b0e 100644
--- a/src/css/typography.css
+++ b/src/css/typography.css
@@ -43,12 +43,13 @@
     "Helvetica Neue", Helvetica, Arial, sans-serif;
 
   font-size: 16px;
-  line-height: 1.625;
+  line-height: 1.5;
   font-weight: 400;
 }
 
 .LandingPage {
   font-size: 18px;
+  line-height: 1.625;
 }
 
 [class^="docPage"] {