Skip to content

Commit

Permalink
Diagnostics Exception Page: Color-blindness Improvement (dotnet#14681)
Browse files Browse the repository at this point in the history
Diagnostics Exception Page: Color-blindness Improvement
  • Loading branch information
analogrelay authored Oct 3, 2019
2 parents 0b205b6 + d053361 commit 8e05fb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ body .location {
background-color: #fbfbfb;
}

#stackpage .frame .source .highlight {
border-left: 3px solid red;
margin-left: -3px;
font-weight: bold;
}

#stackpage .frame .source .highlight li span {
color: #FF0000;
}
Expand Down
6 changes: 6 additions & 0 deletions src/Shared/ErrorPage/Views/ErrorPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ body .location {
background-color: #fbfbfb;
}

#stackpage .frame .source .highlight {
border-left: 3px solid red;
margin-left: -3px;
font-weight: bold;
}

#stackpage .frame .source .highlight li span {
color: #FF0000;
}
Expand Down

0 comments on commit 8e05fb0

Please sign in to comment.