feat: background fade in animation (WIP)

This commit is contained in:
David Ralph
2021-04-10 22:32:46 +01:00
parent f4de44bbbb
commit 149bcdbe05
4 changed files with 24 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
@import 'modules/buttons';
body {
background: #2f3640;
background: #000000;
margin: 0;
overflow: hidden;
}