We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d786389 commit 06125b8Copy full SHA for 06125b8
1 file changed
manager/media/style/default/login.tpl
@@ -194,14 +194,14 @@
194
.loginbox,
195
.dark .loginbox,
196
.darkness .loginbox {
197
- background-color: rgba(0, 0, 0, 0.85);
+ background-color: rgba(0, 0, 0, 0.75);
198
transition: background ease-in-out .3s;
199
}
200
.loginbox.loginbox-light {
201
background-color: rgba(255, 255, 255, 0.85);
202
203
.loginbox.loginbox-dark {
204
205
206
@media (max-width: 479px) {
207
0 commit comments