background color for noscript tag

This commit is contained in:
dan63047 2021-12-19 21:24:54 +03:00
parent b4679b9f01
commit a037941922
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ body {
font-weight: 100; font-weight: 100;
display: grid; display: grid;
height: 100vh; height: 100vh;
background: #000;
align-content: center; align-content: center;
} }