Remove the light mode.

This commit is contained in:
2025-12-12 23:07:29 +00:00
parent a5d69ccb86
commit 4aab8af16f
33 changed files with 501 additions and 548 deletions
+4 -4
View File
@@ -14,20 +14,20 @@ const generatedAt = computed(() => {
</script>
<template>
<footer class="py-8 px-4 mt-16 border-t border-gray-200 dark:border-gray-700">
<footer class="py-8 px-4 mt-16 border-t border-gray-700">
<div class="container mx-auto text-center">
<p class="text-gray-700 dark:text-gray-400">
<p class="text-gray-400">
Generated by
<a
href="https://github.com/lukaszraczylo/git-velocity"
class="text-primary-600 dark:text-primary-400 hover:text-primary-700 dark:hover:text-primary-300 font-medium"
class="text-primary-400 hover:text-primary-300 font-medium"
target="_blank"
rel="noopener noreferrer"
>
Git Velocity
</a>
</p>
<p v-if="generatedAt" class="text-sm text-gray-600 dark:text-gray-500 mt-2">
<p v-if="generatedAt" class="text-sm text-gray-500 mt-2">
{{ generatedAt }}
</p>
</div>