Files
2026-07-27 14:07:26 +08:00

9 lines
101 B
CSS

uni-text[selectable] {
cursor: auto;
user-select: text;
}
uni-text {
white-space: pre-line;
}