Skip to content

Commit

Permalink
Adjusted footer style to make top border match text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
corigne committed Jul 5, 2024
1 parent 65a224c commit 48f82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import * as config from '$lib/config'
</script>

<footer class="border-t my-2 pt-2 text-overlay0">
<footer class="border-t border-overlay1 my-2 pt-2 text-overlay1">
<p>{config.title} &copy {new Date().getFullYear()}</p>
</footer>

0 comments on commit 48f82ba

Please sign in to comment.