💄 Made buttons on overview-screen light in light-mode
This commit is contained in:
@@ -103,22 +103,22 @@
|
|||||||
<div class="w-full grid grid-cols-4 gap-2">
|
<div class="w-full grid grid-cols-4 gap-2">
|
||||||
<a
|
<a
|
||||||
href="/create"
|
href="/create"
|
||||||
class="px-4 py-2 leading-5 text-white transition-colors duration-200 transform bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
class="px-4 py-2 leading-5 text-black dark:text-white transition-colors duration-200 transform bg-gray-50 dark:bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
||||||
>{$t('words.create')}
|
>{$t('words.create')}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="/import"
|
href="/import"
|
||||||
class="px-4 py-2 leading-5 text-white transition-colors duration-200 transform bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
class="px-4 py-2 leading-5 text-black dark:text-white transition-colors duration-200 transform bg-gray-50 dark:bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
||||||
>{$t('words.import')}
|
>{$t('words.import')}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="/api/v1/users/logout"
|
href="/api/v1/users/logout"
|
||||||
class="px-4 py-2 leading-5 text-white transition-colors duration-200 transform bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
class="px-4 py-2 leading-5 text-black dark:text-white transition-colors duration-200 transform bg-gray-50 dark:bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
||||||
>{$t('words.logout')}
|
>{$t('words.logout')}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="/account/settings"
|
href="/account/settings"
|
||||||
class="px-4 py-2 leading-5 text-white transition-colors duration-200 transform bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
class="px-4 py-2 leading-5 text-black dark:text-white transition-colors duration-200 transform bg-gray-50 dark:bg-gray-700 rounded text-center hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
||||||
>
|
>
|
||||||
{$t('words.settings')}
|
{$t('words.settings')}
|
||||||
</a>
|
</a>
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
</th>
|
</th>
|
||||||
<th
|
<th
|
||||||
scope="col"
|
scope="col"
|
||||||
class="py-3 px-6 text-xs font-medium tracking-wider text-left text-gray-700 uppercase dark:text-gray-400"
|
class="py-3 px-6 text-xs font-medium tracking-wider text-left text-gray-700 dark:text-gray-400 uppercase"
|
||||||
>
|
>
|
||||||
{$t('overview_page.created_at')}
|
{$t('overview_page.created_at')}
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user