diff options
| author | XhmikosR <[email protected]> | 2019-08-28 17:31:45 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-09-16 23:41:57 +0300 |
| commit | a9c05ab798df7b1a40af41c25dd92faa84b13f99 (patch) | |
| tree | cd75d3cdd71548ae9cfbf49b4f39b72f1d12a4b9 /site/content/docs | |
| parent | 758ee5f0f8c31f0140cd3df62cd3dd0eef33eecd (diff) | |
| download | bootstrap-a9c05ab798df7b1a40af41c25dd92faa84b13f99.tar.xz bootstrap-a9c05ab798df7b1a40af41c25dd92faa84b13f99.zip | |
examples: darken gray a little bit.
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/4.3/examples/blog/blog.css | 4 | ||||
| -rw-r--r-- | site/content/docs/4.3/examples/dashboard/dashboard.css | 2 | ||||
| -rw-r--r-- | 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 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; |
