We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c84ee commit 9276b59Copy full SHA for 9276b59
overrides/partials/footer.html
@@ -1063,7 +1063,7 @@
1063
<div class="tw-text-white tw-font-medium tw-text-base tw-mb-3">${
1064
section.title
1065
}</div>
1066
- <ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs">
+ <ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs header-list-style">
1067
${section.items
1068
.map(
1069
(item) => `<li class="hover:tw-text-[#7782FF]">
overrides/partials/header.html
@@ -16,7 +16,7 @@
16
</a>
17
<nav>
18
<ul
19
- class="tw-flex tw-items-center tw-space-x-0.5 tw-w-full tw-font-semibold tw-text-[17px]"
+ class="tw-flex tw-items-center tw-space-x-0.5 tw-w-full tw-font-semibold tw-text-[17px] header-list-style"
20
>
21
<!-- PLATFORM -->
22
<li class="tw-group tw-relative">
0 commit comments