17 lines
185 B
SCSS
17 lines
185 B
SCSS
|
//
|
||
|
// Footer
|
||
|
//
|
||
|
|
||
|
.bd-footer {
|
||
|
a {
|
||
|
color: $gray-700;
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
color: $link-color;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
}
|