diff --git a/docs/_style/style.css b/docs/_style/style.css index a28a8384..a9b2069c 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -55,5 +55,6 @@ img { } code { - box-shadow: 2px 1px 20px 8px #aaa !important + box-shadow: 2px 1px 20px 2px #aaa; + border-radius: 20px !important; } \ No newline at end of file