fix(website): normal link styling

This commit is contained in:
FliegendeWurst 2025-06-17 17:01:13 +02:00
parent 3c21d97a8a
commit d1583ca091
2 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,10 @@
@import 'tailwindcss';
@plugin '@tailwindcss/typography';
main a {
text-decoration: revert;
}
a.rounded-full, a.rounded-xl {
text-decoration: none;
}

View File

@ -7,7 +7,9 @@
<Header />
<main>
{@render children()}
</main>
<footer class="container mx-auto bg-white mt-2 py-6 text-sm text-center text-gray-500">
&copy; 2024-2025 <a href="https://github.com/eliandoran" class="text-blue-500 hover:underline">Elian Doran</a> and the <a href="https://github.com/TriliumNext/Notes/graphs/contributors" class="text-blue-500 hover:underline">team</a>. <br/> &copy; 2017-2024 <a href="https://github.com/zadam" class="text-blue-500 hover:underline">Adam Zivner</a>.