10 lines
192 B
CSS
10 lines
192 B
CSS
body {
|
|
margin: 0;
|
|
background-color: #000;
|
|
color: #fff;
|
|
font-family: Monospace;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
overscroll-behavior: none;
|
|
cursor: pointer;
|
|
} |