diff options
| -rw-r--r-- | docs/app/assets/css/docs.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index f9f0253c..2a012c07 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -466,6 +466,10 @@ iframe.example {    background:rgb(189, 63, 66);  } +.type-hint-regexp { +  background: rgb(90, 84, 189); +} +  .runnable-example-frame {    width:100%;    height:300px; | 
