chore: update

This commit is contained in:
Anthony Fu 2020-12-23 03:00:17 +08:00
parent 53c34dc112
commit 8f18c8cc69
2 changed files with 4 additions and 3 deletions

View File

@ -9,21 +9,22 @@
</a> </a>
</p> </p>
<p> <p>
<em class="text-sm opacity-50">{{ t('intro.desc') }}</em> <em class="text-sm opacity-75">{{ t('intro.desc') }}</em>
</p> </p>
<div class="py-4" /> <div class="py-4" />
<input <input
id="input"
v-model="name" v-model="name"
:placeholder="t('intro.whats-your-name')" :placeholder="t('intro.whats-your-name')"
type="text" type="text"
autocomplete="false" autocomplete="false"
autofocus
class="px-4 py-2 border border-gray-200 rounded text-center text-sm outline-none active:outline-none bg-transparent dark:border-gray-700" class="px-4 py-2 border border-gray-200 rounded text-center text-sm outline-none active:outline-none bg-transparent dark:border-gray-700"
style="width: 250px" style="width: 250px"
@keydown.enter="go" @keydown.enter="go"
> >
<label class="hidden" for="input">{{t('intro.whats-your-name')}}</label>
<div> <div>
<button <button

View File

@ -41,7 +41,7 @@ module.exports = {
color: 'inherit', color: 'inherit',
a: { a: {
color: 'inherit', color: 'inherit',
opacity: 0.6, opacity: 0.75,
'&:hover': { '&:hover': {
opacity: 1, opacity: 1,
color: colors.teal[600], color: colors.teal[600],