forked from rebillar/site-accueil-insa
13 lines
No EOL
200 B
Text
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;
|
|
}
|
|
}
|
|
} |