diff --git a/docs/source/_static/css/style.css b/docs/source/_static/css/style.css index 7f9cbdfd..f224ebb2 100644 --- a/docs/source/_static/css/style.css +++ b/docs/source/_static/css/style.css @@ -20,3 +20,7 @@ color: #3b3936; background-color: #d1ccc1; } + +.rst-content code.literal { + color: #3b3936; +} \ No newline at end of file