diff --git a/assets/scss/sections/hero.scss b/assets/scss/sections/hero.scss index 0f7331d..f3823f7 100644 --- a/assets/scss/sections/hero.scss +++ b/assets/scss/sections/hero.scss @@ -12,4 +12,5 @@ color: $danger; } } -} + background: red; +} diff --git a/assets/scss/shared/_bootstrap.scss b/assets/scss/shared/_bootstrap.scss index aa86b08..d705e8a 100644 --- a/assets/scss/shared/_bootstrap.scss +++ b/assets/scss/shared/_bootstrap.scss @@ -7,10 +7,10 @@ $font-family-base: "Inter", sans-serif; -$primary: #7C76BB; -$secondary: #27A3FF29; -$danger: #FF87B0; -$light: #FFFFFF; +$primary: #aa69b5; +$secondary: #5d2169; +$danger: #FF87ff; +$light: #faefdd; // scss-docs-start import-stack // Configuration diff --git a/assets/site.webmanifest b/assets/site.webmanifest index 2e6bb9e..3d69a01 100644 --- a/assets/site.webmanifest +++ b/assets/site.webmanifest @@ -14,6 +14,6 @@ } ], "theme_color": "#ffffff", - "background_color": "#ffffff", + "background_color": "#faefdd", "display": "standalone" } diff --git a/images/screenshot.png b/images/screenshot.png deleted file mode 100644 index d475866..0000000 Binary files a/images/screenshot.png and /dev/null differ diff --git a/images/tn.png b/images/tn.png deleted file mode 100644 index d475866..0000000 Binary files a/images/tn.png and /dev/null differ diff --git a/layouts/partials/sections/brands.html b/layouts/partials/sections/brands.html index e323b4c..d61fbf8 100644 --- a/layouts/partials/sections/brands.html +++ b/layouts/partials/sections/brands.html @@ -1,3 +1,4 @@ +{{ if .enabled }}
@@ -16,3 +17,4 @@
+{{ end }} diff --git a/layouts/partials/sections/cta.html b/layouts/partials/sections/cta.html index 658f5eb..db80ff0 100644 --- a/layouts/partials/sections/cta.html +++ b/layouts/partials/sections/cta.html @@ -1,3 +1,4 @@ +{{ if .enabled }}
@@ -21,3 +22,4 @@
+{{ end }} diff --git a/layouts/partials/sections/hero.html b/layouts/partials/sections/hero.html index b428a9e..6a102a0 100644 --- a/layouts/partials/sections/hero.html +++ b/layouts/partials/sections/hero.html @@ -1,3 +1,4 @@ +{{ if .enabled }}
@@ -23,3 +24,4 @@
+{{ end }}