mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
14 lines
228 B
CSS
14 lines
228 B
CSS
.k10y {
|
|
font-family: monospace;
|
|
font-size: x-small;
|
|
font-weight: 700;
|
|
transform: translate(1rem, 1.6rem);
|
|
color: var(--secondary);
|
|
user-select: none;
|
|
}
|
|
|
|
h1 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|