File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1- : root {
2- --hue : 230 ;
3- --bg : hsl (var (--hue ), 100% , 95% );
4- --border : hsl (var (--hue ), 100% , 60% );
5- --text : hsl (var (--hue ), 100% , 30% );
6- --text-lightness : 40% ;
7- --hover-lightness : 20% ;
8- }
9-
101: root {
112 --footer-bg : # 1f2937 ;
123 --footer-text-main : # d1d5db ;
213204}
214205
215206.footer__nav--links a {
216- /*color: var(--footer-text-secondary);*/
217- color : hsl (var (--hue ), 100% , var (--text-lightness ));
207+ color : var (--footer-text-secondary );
218208 text-decoration : none;
219209 font-size : 1.2rem ;
220210 transition : color 0.2s ;
221211}
222212
223213.footer__nav--links a : hover {
224- /*color: var(--footer-text-hover);*/
225- color : hsl (var (--hue ), 100% , var (--hover-lightness ));
214+ color : var (--footer-text-hover );
226215 text-decoration : underline;
227216}
228217
You can’t perform that action at this time.
0 commit comments