Files
2025-08-11 11:06:07 +08:00

9 lines
101 B
CSS

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