File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments