Skip to content
Snippets Groups Projects
Commit 724ee6f7 authored by Martin Leblanc's avatar Martin Leblanc Committed by Igor Biki
Browse files

css for site footer links to be #fff

parent a51fb727
No related branches found
No related tags found
1 merge request!70css for site footer links to be #fff
......@@ -2716,6 +2716,8 @@ svg:not(:root) {
.uw-site-footer__content {
padding-left: 0;
padding-right: 0; } }
.uw-site-footer__content a {
color: #fff; }
/* stylelint-disable-next-line selector-no-qualifying-type */
.uw-highlighted,
......
......@@ -511,4 +511,4 @@ $gesso: (
xxl: 96px,
),
gutter-width: 40px,
);
\ No newline at end of file
);
......@@ -94,5 +94,8 @@
padding-left: 0;
padding-right: 0;
}
a{
color:gesso-brand(org-default,uw-white,primary);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment