From a3f5d26d0bec008e24dcd67f159dd8e81106edb9 Mon Sep 17 00:00:00 2001 From: Deploy Bot Date: Sat, 24 Jan 2026 00:22:36 +0000 Subject: [PATCH] Changed website title to 'Word of Mouth', updated HelloWorld component to display 'Data Driven Marketing', and changed the color scheme from green to pink --- index.html | 4 ++-- src/assets/main.css | 8 ++++---- src/components/HelloWorld.vue | 8 +++----- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 9e5fc8f..14aa61a 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ - Vite App + Word of Mouth
- + \ No newline at end of file diff --git a/src/assets/main.css b/src/assets/main.css index 36fb845..6f562ee 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -8,16 +8,16 @@ } a, -.green { +.pink { text-decoration: none; - color: hsla(160, 100%, 37%, 1); + color: hsla(320, 100%, 50%, 1); transition: 0.4s; padding: 3px; } @media (hover: hover) { a:hover { - background-color: hsla(160, 100%, 37%, 0.2); + background-color: hsla(320, 100%, 50%, 0.2); } } @@ -32,4 +32,4 @@ a, grid-template-columns: 1fr 1fr; padding: 0 2rem; } -} +} \ No newline at end of file diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index d174cf8..47fb680 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -6,11 +6,9 @@ defineProps<{ @@ -38,4 +36,4 @@ h3 { text-align: left; } } - + \ No newline at end of file