You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/01/10 23:41:57 UTC

[superset] branch update-styling updated: update colors

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

hugh pushed a commit to branch update-styling
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/update-styling by this push:
     new b32d6e6  update colors
b32d6e6 is described below

commit b32d6e654c2e93f9816b7c4b586c386445152101
Author: hughhhh <hu...@gmail.com>
AuthorDate: Mon Jan 10 15:39:42 2022 -0800

    update colors
---
 docs-v2/src/css/custom.css | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs-v2/src/css/custom.css b/docs-v2/src/css/custom.css
index 9b7ccf6..818d6eb 100644
--- a/docs-v2/src/css/custom.css
+++ b/docs-v2/src/css/custom.css
@@ -6,13 +6,13 @@
 
 /* You can override the default Infima variables here. */
 :root {
-  --ifm-color-primary: #1890ff;
-  --ifm-color-primary-dark: rgb(33, 175, 144);
-  --ifm-color-primary-darker: rgb(31, 165, 136);
-  --ifm-color-primary-darkest: rgb(26, 136, 112);
-  --ifm-color-primary-light: rgb(70, 203, 174);
-  --ifm-color-primary-lighter: rgb(102, 212, 189);
-  --ifm-color-primary-lightest: rgb(146, 224, 208);
+  --ifm-color-primary: #20a7c9;
+  --ifm-color-primary-dark: #1985a0;
+  --ifm-color-primary-darker: #t;
+  --ifm-color-primary-darkest: #FFFFFF;
+  --ifm-color-primary-light: #79CADE;
+  --ifm-color-primary-lighter: #a5dbe9;
+  --ifm-color-primary-lightest: #D2EDF4;
   --ifm-code-font-size: 95%;
 }