Files
yellowjacket/frontend/src/pages/config/config.css
T

12 lines
130 B
CSS

*,
*::before,
*::after {
-webkit-user-select: none;
user-select: none;
}
body {
background-color: black;
color: white;
}