Diagnostics Exception Page: Color-blindness Improvement (#14681)

Diagnostics Exception Page: Color-blindness Improvement
This commit is contained in:
Andrew Stanton-Nurse 2019-10-02 19:48:19 -07:00 committed by GitHub
commit 8e05fb0cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}