From d500cbc447ed6b77393986c01298a70720a1dd81 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Wed, 11 May 2022 09:33:32 -0400 Subject: [PATCH] dubber --- .../customer_templates/Dubber/homepage.html.liquid | 6 +++--- .../customer_templates/Dubber/styles.css.liquid | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NP_Custom_Templates/customer_templates/Dubber/homepage.html.liquid b/NP_Custom_Templates/customer_templates/Dubber/homepage.html.liquid index 4722d93d..27538f61 100644 --- a/NP_Custom_Templates/customer_templates/Dubber/homepage.html.liquid +++ b/NP_Custom_Templates/customer_templates/Dubber/homepage.html.liquid @@ -15,19 +15,19 @@
Dubber Section 1 Courses
- +
Dubber Section 2 Courses
- +
Dubber Section 3 Courses
- +
diff --git a/NP_Custom_Templates/customer_templates/Dubber/styles.css.liquid b/NP_Custom_Templates/customer_templates/Dubber/styles.css.liquid index 21e93fa4..a6179b15 100644 --- a/NP_Custom_Templates/customer_templates/Dubber/styles.css.liquid +++ b/NP_Custom_Templates/customer_templates/Dubber/styles.css.liquid @@ -1404,7 +1404,7 @@ button, -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; - background-image: linear-gradient(45deg, #2574e1, #795ae8, #ba37d6, #795ae8, #2574e1, #795ae8); + background-image: linear-gradient(45deg, white, transparent); background-size: 500%; animation-name: homepage-gradient; }