You've already forked snikket-web-portal
@@ -1046,6 +1046,12 @@ pre.guru-meditation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body#login {
|
||||||
|
.form-title {
|
||||||
|
color: $primary-800;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body > footer {
|
body > footer {
|
||||||
background-color: $gray-200;
|
background-color: $gray-200;
|
||||||
color: $gray-800;
|
color: $gray-800;
|
||||||
|
|||||||
@@ -183,3 +183,13 @@ div.form.layout-expanded .lwrap {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* dark mode */
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
div.form.layout-expanded .lwrap {
|
||||||
|
span {
|
||||||
|
background: $gray-200;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user