From f37cd4e4ef2045ad8b0d1679d52d9924c1b04c19 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 25 Mar 2014 10:54:27 -0500 Subject: [PATCH] docs(css): Add background to .type-hint-domelement `.type-hint-domelement` does not have a background color assigned to it. DOM element type hints are now proudly displayed with CadetBlue. --- 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 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;