From 3ed0830ade5c99120f4bf60e25db8aa1e5cf8dd8 Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Fri, 7 Mar 2014 19:08:20 +0100 Subject: [PATCH] docs(css): RegExp doesn't have .type-hint-regexp class type-hint-regexp gets a nice color closes #6596 --- docs/app/assets/css/docs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 64f2e4b76ed4..b39adac14ca1 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -464,6 +464,10 @@ iframe.example { background:rgb(189, 63, 66); } +.type-hint-regexp { + background: rgb(90, 84, 189); +} + .runnable-example-frame { width:100%; height:300px;