Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fa844f6

Browse files
adamdbradleybtford
authored andcommitted
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.
1 parent 008fbe5 commit fa844f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/assets/css/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ iframe.example {
470470
background: rgb(90, 84, 189);
471471
}
472472

473+
.type-hint-domelement {
474+
background: rgb(95, 158, 160);
475+
}
476+
473477
.runnable-example-frame {
474478
width:100%;
475479
height:300px;

0 commit comments

Comments
 (0)