mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-01-14 15:54:06 +01:00
Add border in white mode
This commit is contained in:
@@ -22,7 +22,7 @@ const { t } = useI18n()
|
||||
:href="url"
|
||||
target="_blank"
|
||||
>
|
||||
<div class="w-full h-full p-2 border-2 rounded-lg border-white dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-500 duration-500 cursor-pointer">
|
||||
<div class="w-full h-full p-2 border-2 rounded-lg border-gray-200 dark:border-gray-700 hover:border-gray-600 dark:hover:border-gray-500 duration-500 cursor-pointer">
|
||||
<h1 class="font-bold">
|
||||
{{ title }}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user