NXInspired/assets/css/fatal.css
mctaylors 8e786250f6
Add /samples/ and "black screen of death"
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-05-04 18:12:29 +05:00

30 lines
No EOL
466 B
CSS

@import url(fonts.css);
:root {
background-color: black;
color: white;
font-family: Nintendo, sans-serif;
font-weight: bold;
font-size: 20px;
line-height: 32px;
letter-spacing: -0.025em;
}
.content {
margin: 180px 22.5% 0;
}
.description {
margin-top: -12px;
border-bottom: 2px solid white;
}
.info {
white-space: pre-line;
}
.error-code, .info {
font-weight: normal;
font-size: 16px;
line-height: 24px;
}