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 349
349
}
350
350
}
351
351
352
+ /*.theme-toggle svg use {
353
+ display: none;
354
+ }*/
355
+
352
356
[data-theme = "system" ] .theme-toggle svg symbol : nth-of-type (1 ),
353
357
[data-theme = "light" ] .theme-toggle svg symbol : nth-of-type (2 ),
354
358
[data-theme = "dark" ] .theme-toggle svg symbol : nth-of-type (3 ) {
355
359
display : block;
356
360
}
357
361
358
- .theme-toggle use {
359
- display : none;
360
- }
361
-
362
362
[data-theme = "light" ] .placement-toggle ,
363
363
[data-theme = "system" ] .placement-toggle {
364
364
color : black;
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import TwitterIcon from "@/assets/icons/x.svg";
11
11
<div class =" mx-auto flex max-w-[100rem] flex-row items-center justify-between" >
12
12
<div class =" footer-bottom mb-[30px] lg:mb-[40px] lg:pt-[20px]" >
13
13
<div >
14
- <p class =" footerBottomA text-[12.5px] leading-[20px] text-[#999]" >
14
+ <p class =" text-[12.5px] leading-[20px] text-[#999]" >
15
15
©2025
16
- <a href =" /" class =" footerBottomB text-[#fff] " >
16
+ <a href =" /" class =" text-[#d95555] hover:text-black dark:hover:text-white " >
17
17
<strong > RecursiveZero Private Limited</strong >
18
18
</a >
19
19
| 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 >
22
22
</p >
23
23
</div >
24
24
</div >
You can’t perform that action at this time.
0 commit comments