Skip to content

Commit 3bae1dc

Browse files
committed
Fix #69
1 parent 474860b commit 3bae1dc

File tree

1 file changed

+1
-1
lines changed
  • src/py_semantic_taxonomy/adapters/routers/templates

1 file changed

+1
-1
lines changed

src/py_semantic_taxonomy/adapters/routers/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
</main>
8787

8888
<!-- Footer -->
89-
<footer class="bg-gray-50 border-t border-gray-200 mt-12">
89+
<footer style="color: var(--text-secondary); background-color: var(--nav-bg); border-color: var(--border-color)">
9090
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
9191
<div class="text-center text-sm text-gray-500">
9292
<p><a href="https://www.cauldron.ch/">Made by Cauldron Solutions</a> | <a href="https://github.com/cauldron/py-semantic-taxonomy/">Code under MIT License</a></p>

0 commit comments

Comments
 (0)