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

maximebeauchemin pushed a commit to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/template_less by this push:
     new 27d723fba1 force colorLink in GlobalStyles
27d723fba1 is described below

commit 27d723fba1974fcb06edd6ce04d49734398c4c1e
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Apr 1 13:03:23 2025 -0700

    force colorLink in GlobalStyles
---
 superset-frontend/src/GlobalStyles.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/superset-frontend/src/GlobalStyles.tsx 
b/superset-frontend/src/GlobalStyles.tsx
index 7ff54e3c37..bc3a3e2285 100644
--- a/superset-frontend/src/GlobalStyles.tsx
+++ b/superset-frontend/src/GlobalStyles.tsx
@@ -27,6 +27,10 @@ export const GlobalStyles = () => (
         background-color: ${theme.colorBgBase};
       }
 
+      a {
+        color: ${theme.colorLink};
+      }
+
       h1,
       h2,
       h3,

Reply via email to