summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-08-23 21:33:42 +0200
committerJules Laplace <julescarbon@gmail.com>2021-08-23 21:33:42 +0200
commita05d52a7b13607181ce0443b17769bb02532dfc1 (patch)
treef5c4722363f29a610d1a4f95efbd9351999083f6 /public/assets/css/css.css
parent5ddde1cbb70bf4bc2df127fced5afb966069d299 (diff)
importing rtf
Diffstat (limited to 'public/assets/css/css.css')
-rw-r--r--public/assets/css/css.css19
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;
+}