Skip to content

Commit

Permalink
Add style for .error
Browse files Browse the repository at this point in the history
  • Loading branch information
R4356th committed Sep 20, 2021
1 parent 801201a commit 67a4ca4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -872,3 +872,9 @@ span.comment {
font-style: italic;
unicode-bidi: isolate;
}

/* Used by extensions to output errors */
.error {
font-weight: bold;
color: #a55858;
}

0 comments on commit 67a4ca4

Please sign in to comment.