Update theme colors

This commit is contained in:
2021-08-31 22:17:11 +02:00
parent fa8a90c117
commit 97bbd68031
17 changed files with 30 additions and 50 deletions

View File

@@ -142,11 +142,11 @@ export default defineComponent({
@apply duration-300 border-b-2 border-transparent;
&:hover {
@apply border-indigo-600;
@apply border-red-500 dark:border-amber-400
}
}
.link-active a {
@apply text-indigo-600;
@apply text-red-500 dark:text-amber-400
}
</style>