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/projects/src/index.html | 136 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 132 insertions(+), 4 deletions(-) (limited to 'apps/projects/src/index.html') diff --git a/apps/projects/src/index.html b/apps/projects/src/index.html index 22dba4f..f3d1e0b 100644 --- a/apps/projects/src/index.html +++ b/apps/projects/src/index.html @@ -40,9 +40,137 @@ document.querySelector("html").dataset.theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"; } - - Time Tracker + + Projects - Greatoffice @@ -54,7 +182,7 @@