Skip to content

Commit 818b12d

Browse files
committed
Fixed Explain error background color.
Signed-off-by: Grant Skinner <[email protected]>
1 parent 56747d6 commit 818b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/views/docView.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
background: rgba($title-bg,0.33);
160160
}
161161

162-
.error {
162+
div.error {
163163
background: #FCC;
164164
border-bottom: solid 2px red;
165165
padding-bottom: 0.5em;

0 commit comments

Comments
 (0)