Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions themes/le-2025/assets/css/le-2025-theme-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@
@apply mx-auto my-5;
}
}
@utility heading-link {
@apply text-inherit underline decoration-1 underline-offset-4 hover:text-link;
}
@utility autoanchor {
/* Autoanchor styles */
&a {
Expand Down
4 changes: 2 additions & 2 deletions themes/le-2025/layouts/partials/sections/sponsors.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="sponsors" class="bg-gray-50 section-padding-lg">
<div id="sponsors" class="relative z-10 bg-gray-50 section-padding-lg">
<div class="container mx-auto">
<div class="mb-10">
<h2 class="text-hero-heading mb-6">{{ i18n "sponsors_heading" }}</h2>
<h2 class="text-hero-heading mb-6"><a href="https://www.abetterinternet.org/sponsors/" class="heading-link">{{ i18n "sponsors_heading" }}</a></h2>

</div>

Expand Down
Loading