diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 2a012c07..7f0f83e9 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -470,6 +470,10 @@ iframe.example { background: rgb(90, 84, 189); } +.type-hint-domelement { + background: rgb(95, 158, 160); +} + .runnable-example-frame { width:100%; height:300px;