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/4.3/examples/product | |
| parent | 758ee5f0f8c31f0140cd3df62cd3dd0eef33eecd (diff) | |
| download | bootstrap-a9c05ab798df7b1a40af41c25dd92faa84b13f99.tar.xz bootstrap-a9c05ab798df7b1a40af41c25dd92faa84b13f99.zip | |
examples: darken gray a little bit.
Diffstat (limited to 'site/content/docs/4.3/examples/product')
| -rw-r--r-- | site/content/docs/4.3/examples/product/product.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
