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; }