mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-07-13 00:58:49 +00:00
21 lines
316 B
CSS
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;
|
|
}
|