Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 627a0ec

Browse files
author
Manuel Proß
committed
feat(web): make html element fit whole screen to show correct bg color at any time
1 parent 92ce381 commit 627a0ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/styles/globals.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
--c-gray-4: #313131;
1414
--c-gray-5: #222222;
1515
}
16+
17+
html {
18+
@apply h-full bg-gray-4;
19+
}

0 commit comments

Comments
 (0)