site-accueil-insa/matomo/plugins/PrivacyManager/stylesheets/footerLinks.less

13 lines
No EOL
200 B
Text

#footerLinks {
text-align: center;
font-size: .7rem;
color: @color-silver;
a {
color: @color-silver;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}