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>
</p>
<p>
<em class="text-sm opacity-50">{{ t('intro.desc') }}</em>
<em class="text-sm opacity-75">{{ t('intro.desc') }}</em>
</p>
<div class="py-4" />
<input
id="input"
v-model="name"
:placeholder="t('intro.whats-your-name')"
type="text"
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"
style="width: 250px"
@keydown.enter="go"
>
<label class="hidden" for="input">{{t('intro.whats-your-name')}}</label>
<div>
<button

View File

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