]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Darken footer color.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 3 Aug 2019 15:27:11 +0000 (18:27 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 16 Sep 2019 20:41:57 +0000 (23:41 +0300)
site/layouts/partials/footer.html
site/static/docs/4.3/assets/scss/_footer.scss

index c48e913f79de8d010ac65cbede7ef68965f57c7a..754aa5df26542f6ca428f9bf75ccfd0134ea804c 100644 (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>
index c5f9c1b1007b6794166e442d78f5f0a1ea895eed..0d9bf454a3acc54f4c3509173d33906a35916d26 100644 (file)
@@ -4,6 +4,7 @@
 
 .bd-footer {
   @include font-size(.875rem);
+  color: #63707c;
 
   a {
     font-weight: 600;