mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Darken footer color.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user