Skip to content

Commit daf861d

Browse files
committed
Update dark.scss
1 parent d86ef24 commit daf861d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

resources/sass/starter/dark.scss

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
@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%;
2+
body {
3+
font-family: $font-family-sans-serif;
4+
height: 100%;
5+
width: 100%;
116

12-
@apply dark:bg-gray-900;
13-
}
7+
@apply dark:bg-gray-900;
8+
}
149
}

0 commit comments

Comments
 (0)