Files
continuwuity/src/web/pages/resources/error.css
T
2026-06-16 12:50:43 -04:00

21 lines
316 B
CSS

.k10y {
font-family: monospace;
font-size: x-small;
font-weight: 700;
transform: translate(0rem, 2rem);
color: var(--secondary);
user-select: none;
margin: 0;
padding: 0;
background: none;
}
h1 {
display: flex;
align-items: center;
}
code {
white-space: pre-wrap;
}