diff options
Diffstat (limited to 'public/assets/css/css.css')
| -rw-r--r-- | public/assets/css/css.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css new file mode 100644 index 0000000..3d4f9e0 --- /dev/null +++ b/public/assets/css/css.css @@ -0,0 +1,19 @@ +html, +body { + margin: 0; + padding: 0; + width: 100%; + height: 100%; + overflow: hidden; + background: black; +} +.scene-tooltip { + background: black; + color: white !important; + padding: 4px; + max-width: 250px; + text-align: center; + font-size: 18px !important; + line-height: 1.3; + font-family: serif !important; +} |
