A dark mode ASP.NET yellow screen of death (YSOD).
Dark ASP.NET YSOD by lennybacon
Details
Authorlennybacon
LicenseNo License
Categoryuserstyles, dark
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark ASP.NET YSOD
@version 20220113.22.00
@namespace userstyles.world/user/lennybacon
@description A dark mode ASP.NET yellow screen of death (YSOD).
@author lennybacon
@license No License
==/UserStyle== */
@-moz-document domain("localhost"), domain("local") {
body[bgcolor='white']{
background: #191919;
color: #999;
}
body[bgcolor='white'] h2{
color: red;
}
body[bgcolor='white']>font>b{
color: #666;
}
body[bgcolor='white']>font>table{
color: #C4BD97;
background: #212121;
}
body>font>table>tbody>tr>td>code,
#compilerOutputDiv > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > code:nth-child(1) > pre:nth-child(1){
font-size: 1.5em;
background: #212121;
border: 0;
font-family: 'Fira Code NF', 'Fira Code', 'Cascadia Code', 'Consolas', 'DejaVu Sans Mono', Monaco, 'Lucida Console', monospace, monospace;
}
table[bgcolor='#ffffcc']{
background: #212121;
}
code{
font-family: 'Fira Code NF', 'Fira Code', 'Cascadia Code', 'Consolas', 'DejaVu Sans Mono', Monaco, 'Lucida Console', monospace, monospace;
}
.expandable{
color: #039fdd;
}
}