0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Darken footer color.

This commit is contained in:
XhmikosR 2019-08-03 18:27:11 +03:00
parent 943a074a2b
commit fbeed6f1d9
2 changed files with 2 additions and 1 deletions

View File

@ -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">
<ul class="bd-footer-links">
<li><a href="{{ .Site.Params.repo }}">GitHub</a></li>

View File

@ -4,6 +4,7 @@
.bd-footer {
@include font-size(.875rem);
color: #63707c;
a {
font-weight: 600;