mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
17 lines
202 B
SCSS
17 lines
202 B
SCSS
//
|
|
// Footer
|
|
//
|
|
|
|
.bd-footer {
|
|
a {
|
|
color: var(--bs-body-color);
|
|
text-decoration: none;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
color: var(--bs-primary);
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|