From cc99303e58dfbd0a6b1729e9ebbb30c9ea7dc94f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 28 Aug 2019 17:31:45 +0300 Subject: [PATCH] examples: darken gray a little bit. --- site/content/docs/4.3/examples/blog/blog.css | 4 ++-- site/content/docs/4.3/examples/dashboard/dashboard.css | 2 +- site/content/docs/4.3/examples/product/product.css | 4 ++-- 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 85e9d054b7fb..e22653131279 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 6b5d7b5a5a81..0893e83e615c 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 a38f9bb77f8c..fcfe00190fa0 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;