]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
examples: darken gray a little bit.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 28 Aug 2019 14:31:45 +0000 (17:31 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 16 Sep 2019 20:41:57 +0000 (23:41 +0300)
site/content/docs/4.3/examples/blog/blog.css
site/content/docs/4.3/examples/dashboard/dashboard.css
site/content/docs/4.3/examples/product/product.css

index 85e9d054b7fb36014e4cdd7914155211e5ed23a5..e22653131279dc9b3f02795e8607c0a44162b0a4 100644 (file)
@@ -85,7 +85,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 .blog-post-meta {
   margin-bottom: 1.25rem;
-  color: #999;
+  color: #727272;
 }
 
 /*
@@ -93,7 +93,7 @@ h1, h2, h3, h4, h5, h6 {
  */
 .blog-footer {
   padding: 2.5rem 0;
-  color: #999;
+  color: #727272;
   text-align: center;
   background-color: #f9f9f9;
   border-top: .05rem solid #e5e5e5;
index 6b5d7b5a5a81f03ea43026c20bc5c65c38b248fa..0893e83e615c43d6ae487857c1040f5441c3af26 100644 (file)
@@ -45,7 +45,7 @@ body {
 
 .sidebar .nav-link .feather {
   margin-right: 4px;
-  color: #999;
+  color: #727272;
 }
 
 .sidebar .nav-link.active {
index a38f9bb77f8c0fab2d02ff0b72a4c27060b2a61f..fcfe00190fa04a90701e4c94b9bfc426e6282863 100644 (file)
@@ -12,8 +12,8 @@
   backdrop-filter: saturate(180%) blur(20px);
 }
 .site-header a {
-  color: #999;
-  transition: ease-in-out color .15s;
+  color: #727272;
+  transition: color .15s ease-in-out;
 }
 .site-header a:hover {
   color: #fff;