mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-20 01:51:18 +01:00
11 lines
380 B
CSS
11 lines
380 B
CSS
body {overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
|
|
.bug-report {padding: 20px; background: rgba(0,0,0,0.92); color: #ccc}
|
|
pre {font-family: monospace, courier, sans-serif;; white-space: pre-wrap; word-break: break-all}
|