You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/08/25 10:35:09 UTC

[pulsar-site] branch fix-table-bg-color created (now c6de8849904)

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

urfree pushed a change to branch fix-table-bg-color
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at c6de8849904 update css for table bg color

This branch includes the following new commits:

     new c6de8849904 update css for table bg color

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: update css for table bg color

Posted by ur...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch fix-table-bg-color
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit c6de8849904a4163795cdeb0500dda5a396e559b
Author: Li Li <ur...@apache.org>
AuthorDate: Thu Aug 25 18:34:57 2022 +0800

    update css for table bg color
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/src/css/custom.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/src/css/custom.css b/site2/website-next/src/css/custom.css
index c7f10fe98c4..6afa3c432fc 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -91,6 +91,10 @@ a:hover,
 table tr {
   background-color: transparent;
 }
+html[data-theme="dark"] table tr {
+  background-color: white;
+}
+
 .docusaurus-highlight-code-line {
   background-color: rgba(0, 0, 0, 0.1);
   display: block;
@@ -394,9 +398,9 @@ html[data-theme="dark"] .markdown table th {
   color: #333;
 }
 
-html[data-theme="dark"] .markdown table td code {
+/* html[data-theme="dark"] .markdown table td code {
   color: #fff;
-}
+} */
 .waves-bg:before,
 .waves-bg:after,
 .mdx-wrapper.mdx-page .main-wrapper:after {