fix elements flashing black

This commit is contained in:
shibao 2022-02-26 00:16:12 -05:00
parent 8405513337
commit a6aa6f3386
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# v0.3.1 # v0.3.1
- Add link to changelog from version number - Add link to changelog from version number
- Fix some elements flashing with black background
# v0.3.0 # v0.3.0
- Fix ammo type counts not showing when count is 0 - Fix ammo type counts not showing when count is 0

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" class="m-0 p-0 w-full h-full"> <html lang="en" class="m-0 p-0 w-full h-full bg-white">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -17,7 +17,7 @@
</script> </script>
</head> </head>
<body class="m-0 p-0 w-full h-full"> <body class="m-0 p-0 w-full h-full bg-white">
<%= @inner_content %> <%= @inner_content %>
</body> </body>
</html> </html>