1
0
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:
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"> <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>

View File

@@ -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;