11: root {
2- --footer-bg : # 1f2937 ;
3- --footer-text-main : # d1d5db ;
4- --footer-text-secondary : # 9ca3af ;
5- --footer-text-hover : # 2825e8 ;
6- --footer-brand-text : # ffffff ;
7- --footer-brand-highlight : # fbbf24 ;
8- --footer-social-hover : # 0ea5e9 ;
9- --footer-copyright-link : # 9ca3af ;
10- --footer-copyright-link-hover : # 0ea5e9 ;
11- --footer-border-color : # 374151 ;
2+ --footer-bg : # 1f2937 ;
3+ --footer-text-main : # d1d5db ;
4+ --footer-text-secondary : # 9ca3af ;
5+ --footer-text-hover : # 2825e8 ;
6+ --footer-brand-text : # ffffff ;
7+ --footer-brand-highlight : # fbbf24 ;
8+ --footer-social-hover : # 0ea5e9 ;
9+ --footer-copyright-link : # 9ca3af ;
10+ --footer-copyright-link-hover : # 0ea5e9 ;
11+ --footer-border-color : # 374151 ;
1212}
1313
1414[data-theme = "dark" ] {
15- --footer-bg : # 1f2937 ;
16- --footer-text-main : # d1d5db ;
17- --footer-text-secondary : # 9ca3af ;
18- --footer-text-hover : # 2825e8 ;
19- --footer-brand-text : # ffffff ;
20- --footer-brand-highlight : # fbbf24 ;
21- --footer-social-hover : # 0ea5e9 ;
22- --footer-copyright-link : # 9ca3af ;
23- --footer-copyright-link-hover : # 0ea5e9 ;
24- --footer-border-color : # 374151 ;
25- }
26- [data-theme = "light" ]{
15+ --footer-bg : # 1f2937 ;
16+ --footer-text-main : # d1d5db ;
17+ --footer-text-secondary : # 9ca3af ;
18+ --footer-text-hover : # 2825e8 ;
19+ --footer-brand-text : # ffffff ;
20+ --footer-brand-highlight : # fbbf24 ;
21+ --footer-social-hover : # 0ea5e9 ;
22+ --footer-copyright-link : # 9ca3af ;
23+ --footer-copyright-link-hover : # 0ea5e9 ;
24+ --footer-border-color : # 374151 ;
25+ }
26+ [data-theme = "light" ] {
2727 --footer-bg : # c7f3ef ;
2828 --footer-text-main : # 22223b ;
2929 --footer-text-secondary : gray;
111111 font-size : 1.8rem ;
112112 margin-bottom : 1rem ;
113113 color : var (--footer-brand-text );
114- list-style : none;
114+ list-style : none;
115115 pointer-events : none;
116116}
117117.footer__nav--title ::-webkit-details-marker {
202202 flex-direction : column;
203203 width : 100% ;
204204 gap : 0 ;
205- flex : initial;
205+ flex : initial;
206206 }
207207
208208 .footer__nav--item {
223223 font-size : 1.1rem ;
224224 font-weight : 600 ;
225225 margin-bottom : 0 ;
226- pointer-events : auto;
226+ pointer-events : auto;
227227 }
228228
229229 .footer__nav--title .fa-chevron-down {
239239 padding : 0 0 1.2rem 1rem ;
240240 gap : 1rem ;
241241 }
242-
242+
243243 .footer__nav--links a {
244244 font-size : 1rem ;
245245 }
248248 margin-top : 1rem ;
249249 font-size : 0.85rem ;
250250 }
251- }
251+ }
0 commit comments