feat(ui): add underline when hovering on a clickable link

This commit is contained in:
liushuyu 2022-04-01 20:15:24 -06:00
parent 8917ba88ca
commit 278af40b37
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
2 changed files with 4 additions and 1 deletions

View File

@ -234,4 +234,7 @@ body.has-background-black-ter .subtitle, body.has-background-black-ter .column >
border-bottom: 3px solid transparent;
border-top: 3px solid #FF3C28;
}
a:hover {
text-decoration: underline;
}
</style>

View File

@ -52,7 +52,7 @@
<div class="is-left-floating is-bottom-floating">
<p class="control">
<a class="button is-medium" v-on:click="go_back">{{ $t('back') }}</a>
<b-button class="is-dark is-medium" v-on:click="go_back">{{ $t('back') }}</b-button>
</p>
</div>