Skip to content

Commit

Permalink
Update color of source link
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 24, 2021
1 parent 77eb688 commit 92fbc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/UserInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
:options="availableReferences"
/>
<span class="text-caption" v-if="selectedReference && selectedReference.url">
{{ $t('source') }}:<a :href="selectedReference.url" target="_blank">{{ selectedReference.url }}</a>
{{ $t('source') }}:
<a :href="selectedReference.url" target="_blank" class="text-primary">{{ selectedReference.url }}</a>
</span>
</div>

Expand Down

0 comments on commit 92fbc8c

Please sign in to comment.