From c479ef350b7ae5b3b9fd587698550f86bc2636cc Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 6 Jun 2022 16:28:59 +0200 Subject: refactor: Put pre.css inside of style tags so that we dont have to wait for the second request on pre.css to show the loader and theme --- apps/portal/src/index.html | 132 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 2 deletions(-) (limited to 'apps/portal/src/index.html') diff --git a/apps/portal/src/index.html b/apps/portal/src/index.html index 25de7d3..c196872 100644 --- a/apps/portal/src/index.html +++ b/apps/portal/src/index.html @@ -40,8 +40,136 @@ document.querySelector("html").dataset.theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; } - + Portal - Greatoffice -- cgit v1.3