Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
f9aa03bc
Commit
f9aa03bc
authored
Jun 07, 2024
by
Timothy J. Baek
Browse files
feat: dark splash screen
parent
bd3e5d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
src/app.html
src/app.html
+14
-9
No files found.
src/app.html
View file @
f9aa03bc
...
@@ -59,15 +59,7 @@
...
@@ -59,15 +59,7 @@
<div
<div
id=
"splash-screen"
id=
"splash-screen"
style=
"
style=
"position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%"
position: fixed;
z-index: 100;
background: #fff;
top: 0;
left: 0;
width: 100%;
height: 100%;
"
>
>
<style
type=
"text/css"
nonce=
""
>
<style
type=
"text/css"
nonce=
""
>
html
{
html
{
...
@@ -93,3 +85,16 @@
...
@@ -93,3 +85,16 @@
</div>
</div>
</body>
</body>
</html>
</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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment