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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9d3a39f  style: constrast date-text in eventcard (#741)
9d3a39f is described below

commit 9d3a39f23f65d65e997bd3a53ff3e8f893d7ac32
Author: Shivam Singh <[email protected]>
AuthorDate: Wed Nov 17 09:14:55 2021 +0530

    style: constrast date-text in eventcard (#741)
---
 website/src/css/customTheme.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/src/css/customTheme.css b/website/src/css/customTheme.css
index 2bf3ca6..d40a40e 100644
--- a/website/src/css/customTheme.css
+++ b/website/src/css/customTheme.css
@@ -134,7 +134,7 @@ header h2 {
   color: var(--color-primary);
 }
 
-.navbar__title {
+.navbar__title{
   font-size: 18px;
   height: 30px;
 }
@@ -732,7 +732,8 @@ a:hover {
 }
 .event-card-time {
   position: absolute;
-  top: 50%;
+  top: 55%;
+  color: #6a6a6a;
 }
 .event-card-read {
   position: absolute;

Reply via email to