"...resnet50_tensorflow.git" did not exist on "b9d2b1bbd8e9af1d3d56f2a8182c168673f833ff"
Commit f9aa03bc authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: dark splash screen

parent bd3e5d7b
......@@ -59,15 +59,7 @@
<div
id="splash-screen"
style="
position: fixed;
z-index: 100;
background: #fff;
top: 0;
left: 0;
width: 100%;
height: 100%;
"
style="position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%"
>
<style type="text/css" nonce="">
html {
......@@ -93,3 +85,16 @@
</div>
</body>
</html>
<style type="text/css" nonce="">
#splash-screen {
background: #fff;
}
html.dark #splash-screen {
background: #000;
}
html.dark #splash-screen img {
filter: invert(1);
}
</style>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment