We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc2e5e commit 685b8a3Copy full SHA for 685b8a3
frontend/src/index.saas.html
@@ -114,6 +114,13 @@
114
overflow: hidden;
115
width: 100vw;
116
}
117
+
118
+ @media(prefers-color-scheme: dark) {
119
+ .initialLoader {
120
+ background-color: #303030;
121
+ }
122
123
124
#lottie {
125
background-color:#ffffff;
126
width:100%;
@@ -124,6 +131,16 @@
131
text-align: center;
132
opacity: 1;
133
134
135
136
+ #lottie {
137
138
139
140
+ #lottie svg rect {
141
+ fill: #303030;
142
143
127
144
</style>
128
145
</head>
129
146
<body style="background-color: #303030; color: #ffffff;">
0 commit comments