diff --git a/app.vue b/app.vue index 6963480..3ac596a 100644 --- a/app.vue +++ b/app.vue @@ -10,6 +10,7 @@ useSeoMeta({
+
@@ -51,5 +52,11 @@ p:not(:last-of-type) { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; + color: #84cc16; + transition: color .2s; + + &:hover { + color: #65a30d; + } } diff --git a/components/clients/client.vue b/components/clients/client.vue new file mode 100644 index 0000000..f7f12a5 --- /dev/null +++ b/components/clients/client.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/components/clients/clients.vue b/components/clients/clients.vue new file mode 100644 index 0000000..caf852a --- /dev/null +++ b/components/clients/clients.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/components/k-footer.vue b/components/k-footer.vue index 7077bfb..30caa80 100644 --- a/components/k-footer.vue +++ b/components/k-footer.vue @@ -3,7 +3,7 @@