Skip to content

Commit 8c398ae

Browse files
committed
update footer UI
1 parent edba6b8 commit 8c398ae

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/assets/icons/mail.svg

Lines changed: 3 additions & 3 deletions
Loading

src/assets/styles/menu.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,16 @@
349349
}
350350
}
351351

352+
/*.theme-toggle svg use {
353+
display: none;
354+
}*/
355+
352356
[data-theme="system"] .theme-toggle svg symbol:nth-of-type(1),
353357
[data-theme="light"] .theme-toggle svg symbol:nth-of-type(2),
354358
[data-theme="dark"] .theme-toggle svg symbol:nth-of-type(3) {
355359
display: block;
356360
}
357361

358-
.theme-toggle use {
359-
display: none;
360-
}
361-
362362
[data-theme="light"] .placement-toggle,
363363
[data-theme="system"] .placement-toggle {
364364
color: black;

src/components/Footer.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import TwitterIcon from "@/assets/icons/x.svg";
1111
<div class="mx-auto flex max-w-[100rem] flex-row items-center justify-between">
1212
<div class="footer-bottom mb-[30px] lg:mb-[40px] lg:pt-[20px]">
1313
<div>
14-
<p class="footerBottomA text-[12.5px] leading-[20px] text-[#999]">
14+
<p class="text-[12.5px] leading-[20px] text-[#999]">
1515
©2025
16-
<a href="/" class="footerBottomB text-[#fff]">
16+
<a href="/" class="text-[#d95555] hover:text-black dark:hover:text-white">
1717
<strong> RecursiveZero Private Limited</strong>
1818
</a>
1919
| All Rights Reserved |
20-
<a href="/terms" class="hover:text-white">Terms & Conditions</a> |
21-
<a href="/privacy" class="hover:text-white">Privacy Policy</a>
20+
<a href="/terms" class="hover:text-black dark:hover:text-white">Terms & Conditions</a> |
21+
<a href="/privacy" class="hover:text-black dark:hover:text-white">Privacy Policy</a>
2222
</p>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)