diff --git a/helper/src/index.css b/helper/src/index.css index 2bbd0a05a..76371938f 100644 --- a/helper/src/index.css +++ b/helper/src/index.css @@ -87,3 +87,12 @@ code { a { color: #9370DB !important; } + + +span code{ + color: #171717; + background-color: #e6e6e6; + line-height: 130%; + direction: ltr; + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace; +} \ No newline at end of file