From a05d52a7b13607181ce0443b17769bb02532dfc1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 23 Aug 2021 21:33:42 +0200 Subject: importing rtf --- public/assets/css/css.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/assets/css/css.css (limited to 'public/assets/css') 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; +} -- cgit v1.2.3-70-g09d2