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 d86ef24 commit daf861dCopy full SHA for daf861d
resources/sass/starter/dark.scss
@@ -1,14 +1,9 @@
1
@media (prefers-color-scheme: dark) {
2
- body {
3
- font-family: $font-family-sans-serif;
4
- background-image: url("/assets/images/auth/bg-dark.jpg");
5
- background-repeat: no-repeat;
6
- background-size: cover;
7
- background-position: center center;
8
- background-attachment: fixed;
9
- height: 100%;
10
- width: 100%;
+ body {
+ font-family: $font-family-sans-serif;
+ height: 100%;
+ width: 100%;
11
12
- @apply dark:bg-gray-900;
13
- }
+ @apply dark:bg-gray-900;
+ }
14
}
0 commit comments