From c5934683b0b03ddf80e2a47dbdeb85cfcafe407f Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Wed, 16 Feb 2022 11:23:52 +0200 Subject: [PATCH] change for gradient color in text --- src/app/home/home.component.html | 30 +++++++++++++++--------------- src/assets/monitor-custom.css | 5 +++++ 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 8d6da50..50855c6 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -70,12 +70,12 @@
- +
Publications
- +
-

+

{{fundersSize.number|number}}{{fundersSize.size}} @@ -123,8 +123,8 @@

-
- Tick +
+
Global outlook @@ -134,8 +134,8 @@
-
- Tick +
+
Minimum effort to join @@ -145,8 +145,8 @@
-
- Tick +
+
Transparent methodology @@ -156,8 +156,8 @@
-
- Tick +
+
Customised to your needs diff --git a/src/assets/monitor-custom.css b/src/assets/monitor-custom.css index aed6d27..1848115 100644 --- a/src/assets/monitor-custom.css +++ b/src/assets/monitor-custom.css @@ -85,3 +85,8 @@ main { stop-color: var(--monitor-gradient-end); } +.custom-gradient-text { + background: linear-gradient(110deg, var(--monitor-gradient-start), var(--monitor-gradient-end)); + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; +} \ No newline at end of file