fix: link color
This commit is contained in:
parent
8c1721f1c0
commit
1771291c08
6 changed files with 9 additions and 8 deletions
|
@ -8,7 +8,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
|
|||
<template>
|
||||
<div p4 text-sm op25 flex="~ col">
|
||||
<button i-ri-sun-line dark:i-ri-moon-line text-lg mb4 @click="toggleDark()" />
|
||||
<div>A Mastodon client made with 💚</div>
|
||||
<div>A Mastodon client made with 💛</div>
|
||||
<div>Built <span :title="buildTime">{{ buildTimeAgo }}</span> · <a href="https://github.com/antfu/elk" target="_blank">GitHub</a></div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue