aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-08-28 17:31:45 +0300
committerXhmikosR <[email protected]>2019-09-16 23:41:57 +0300
commita9c05ab798df7b1a40af41c25dd92faa84b13f99 (patch)
treecd75d3cdd71548ae9cfbf49b4f39b72f1d12a4b9
parent758ee5f0f8c31f0140cd3df62cd3dd0eef33eecd (diff)
downloadbootstrap-a9c05ab798df7b1a40af41c25dd92faa84b13f99.tar.xz
bootstrap-a9c05ab798df7b1a40af41c25dd92faa84b13f99.zip
examples: darken gray a little bit.
-rw-r--r--site/content/docs/4.3/examples/blog/blog.css4
-rw-r--r--site/content/docs/4.3/examples/dashboard/dashboard.css2
-rw-r--r--site/content/docs/4.3/examples/product/product.css4
3 files changed, 5 insertions, 5 deletions
diff --git a/site/content/docs/4.3/examples/blog/blog.css b/site/content/docs/4.3/examples/blog/blog.css
index 85e9d054b..e22653131 100644
--- a/site/content/docs/4.3/examples/blog/blog.css
+++ b/site/content/docs/4.3/examples/blog/blog.css
@@ -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;
diff --git a/site/content/docs/4.3/examples/dashboard/dashboard.css b/site/content/docs/4.3/examples/dashboard/dashboard.css
index 6b5d7b5a5..0893e83e6 100644
--- a/site/content/docs/4.3/examples/dashboard/dashboard.css
+++ b/site/content/docs/4.3/examples/dashboard/dashboard.css
@@ -45,7 +45,7 @@ body {
.sidebar .nav-link .feather {
margin-right: 4px;
- color: #999;
+ color: #727272;
}
.sidebar .nav-link.active {
diff --git a/site/content/docs/4.3/examples/product/product.css b/site/content/docs/4.3/examples/product/product.css
index a38f9bb77..fcfe00190 100644
--- a/site/content/docs/4.3/examples/product/product.css
+++ b/site/content/docs/4.3/examples/product/product.css
@@ -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;