mirror of https://github.com/twbs/bootstrap.git
Darken footer color.
This commit is contained in:
parent
943a074a2b
commit
fbeed6f1d9
|
@ -1,4 +1,4 @@
|
||||||
<footer class="bd-footer p-3 p-md-5 mt-5 text-muted bg-light text-center text-sm-left">
|
<footer class="bd-footer p-3 p-md-5 mt-5 bg-light text-center text-sm-left">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<ul class="bd-footer-links">
|
<ul class="bd-footer-links">
|
||||||
<li><a href="{{ .Site.Params.repo }}">GitHub</a></li>
|
<li><a href="{{ .Site.Params.repo }}">GitHub</a></li>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
.bd-footer {
|
.bd-footer {
|
||||||
@include font-size(.875rem);
|
@include font-size(.875rem);
|
||||||
|
color: #63707c;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in New Issue