| html, |
| body { |
| font-family: 'Roboto', sans-serif; |
| -webkit-font-smoothing: auto; |
| -moz-font-smoothing: auto; |
| -moz-osx-font-smoothing: grayscale; |
| font-smoothing: auto; |
| text-rendering: optimizeLegibility; |
| font-smooth: always; |
| -webkit-tap-highlight-color: transparent; |
| -webkit-touch-callout: none; |
| min-height: 100%; |
| -webkit-text-size-adjust: 100%; |
| height: 100%; |
| background: #040404; |
| color: #999999; |
| font-size: 16px !important; |
|
|
| -ms-overflow-style: -ms-autohiding-scrollbar; |
| } |
|
|
| input { |
| font-family: 'Roboto', sans-serif; |
| -webkit-font-smoothing: antialiased; |
| -moz-font-smoothing: antialiased; |
| -moz-osx-font-smoothing: grayscale; |
| font-smoothing: antialiased; |
| text-rendering: optimizeLegibility; |
| font-smooth: always; |
| -webkit-tap-highlight-color: transparent; |
| -webkit-touch-callout: none; |
| } |
|
|
| input:focus { |
| outline: -webkit-focus-ring-color auto 0px; |
| outline-offset: 0; |
| } |
|
|
| #root { |
| } |
|
|
| a { |
| color: #fff; |
| } |
|
|
| ::-webkit-scrollbar { |
| width: 0.5rem; |
| height: 0.5rem; |
| } |
|
|
| ::-webkit-scrollbar-thumb { |
| transition: 0.3s ease all; |
| border-color: transparent; |
| background-color: rgba(255, 255, 255, 0.1); |
| z-index: 40; |
| } |
|
|
| ::-webkit-scrollbar-thumb:hover { |
| transition: 0.3s ease all; |
| background-color: rgba(255, 255, 255, 0.15); |
| } |
|
|
| .react-console::-webkit-scrollbar-thumb { |
| background-color: rgba(0, 0, 0, 0.3); |
| } |
|
|
| .react-console::-webkit-scrollbar-thumb:hover { |
| background-color: rgba(0, 0, 0, 0.4); |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| body * { |
| box-sizing: initial; |
| -webkit-font-smoothing: antialiased; |
| } |
|
|
| |
| |
| |
| body #vscode-editor * { |
| -webkit-font-smoothing: auto; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|