pages/.css
2025-02-20 22:44:00 +08:00

7 lines
100 B
CSS

::selection{
background-color:#888;
}
body{
white-space:pre-wrap;
font:1em monospace;
}