From 1771291c0889340532a8fea37449a6376f492665 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 23 Nov 2022 22:21:18 +0800 Subject: [PATCH] fix: link color --- README.md | 2 +- components/nav/NavFooter.vue | 2 +- components/nav/NavTitle.vue | 4 ++-- styles/global.css | 2 +- styles/vars.css | 2 -- unocss.config.ts | 5 ++++- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4f51d7ba..1411be7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Elk -A Mastodon web client made with ๐Ÿ’š. +A Mastodon web client made with ๐Ÿ’›. > Very WIP. diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index 60cb89dc..c65a343d 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -8,7 +8,7 @@ const buildTimeAgo = useTimeAgo(buildTime) diff --git a/components/nav/NavTitle.vue b/components/nav/NavTitle.vue index 2b81060a..6df498ae 100644 --- a/components/nav/NavTitle.vue +++ b/components/nav/NavTitle.vue @@ -1,6 +1,6 @@