Skip to content

Commit 685b8a3

Browse files
fix app loader
1 parent ebc2e5e commit 685b8a3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

frontend/src/index.saas.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@
114114
overflow: hidden;
115115
width: 100vw;
116116
}
117+
118+
@media(prefers-color-scheme: dark) {
119+
.initialLoader {
120+
background-color: #303030;
121+
}
122+
}
123+
117124
#lottie {
118125
background-color:#ffffff;
119126
width:100%;
@@ -124,6 +131,16 @@
124131
text-align: center;
125132
opacity: 1;
126133
}
134+
135+
@media(prefers-color-scheme: dark) {
136+
#lottie {
137+
background-color: #303030;
138+
}
139+
140+
#lottie svg rect {
141+
fill: #303030;
142+
}
143+
}
127144
</style>
128145
</head>
129146
<body style="background-color: #303030; color: #ffffff;">

0 commit comments

Comments
 (0)