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