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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f7f76f5  Update blogs.scss
f7f76f5 is described below

commit f7f76f5e7783b4d2b5cffb1377770697517265ec
Author: Aaron Radzinski <[email protected]>
AuthorDate: Wed Jun 16 13:46:02 2021 -0700

    Update blogs.scss
---
 _scss/blogs.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_scss/blogs.scss b/_scss/blogs.scss
index 3a7ac7e..f0d07e8 100644
--- a/_scss/blogs.scss
+++ b/_scss/blogs.scss
@@ -86,13 +86,13 @@ img.avatar-img {
 
         .blog-excerpt {
             font-size: 15px;
-            color: #666;
-            font-weight: 200;
+            color: #999;
+            font-weight: 400;
             letter-spacing: 0.05em;
             margin-bottom: 20px;
 
             a {
-                color: #999;
+                color: #666;
             }
         }
 

Reply via email to