aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/examples/product
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 /site/content/docs/4.3/examples/product
parent758ee5f0f8c31f0140cd3df62cd3dd0eef33eecd (diff)
downloadbootstrap-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.css4
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;