Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Created November 10, 2015 10:42
Show Gist options
  • Select an option

  • Save lennybacon/8e980cd487aadf76479a to your computer and use it in GitHub Desktop.

Select an option

Save lennybacon/8e980cd487aadf76479a to your computer and use it in GitHub Desktop.
ASP.NET yellow screen of death dark theme using the add-on Stylish (https://userstyles.org/)
body[bgcolor='white']{
background: #191919;
color: #999;
}
h2{
color: red;
}
body>font>b{
color: #666;
}
body>font>table{
color: #C4BD97;
background: #212121;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment