11 lines
229 B
SCSS
Vendored
11 lines
229 B
SCSS
Vendored
.footer {
|
|
background-color: $card-bg !important;
|
|
a {
|
|
color: $body-color;
|
|
transition: all 400ms ease;
|
|
&:hover {
|
|
transition: all 400ms ease;
|
|
color: $primary;
|
|
}
|
|
}
|
|
} |