diff --git a/docs/index.html b/docs/index.html index 56a95410ed0882cfe323fde56f6dca2dea50c600..d2b14837bbc62ee123231e92525280393a011af2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,7 +98,8 @@ color: #42b983; } - .markdown-section > div > img { + .markdown-section > div > img, + .markdown-section pre { box-shadow: 2px 2px 20px 6px #ddd !important; } @@ -124,7 +125,6 @@ .markdown-section pre { padding-left: 0 !important; padding-right: 0px !important; - box-shadow: 2px 1px 20px 2px #aaa; }