improved accessibility

This commit is contained in:
2024-02-20 17:25:13 +01:00
parent 4a82586174
commit 8ae3959f78

View File

@@ -83,7 +83,7 @@ html,
body { body {
margin: 0; margin: 0;
height: 100vh; height: 100vh;
background-color: var(--base); background-color: var(--surface0);
color: var(--text); color: var(--text);
display: grid; display: grid;
place-items: center; place-items: center;
@@ -96,7 +96,7 @@ body {
box-sizing: border-box; box-sizing: border-box;
width: 8.5in; width: 8.5in;
height: 11in; height: 11in;
background-color: var(--surface0); background-color: var(--base);
padding: 0.5in; padding: 0.5in;
position: relative; position: relative;
animation: 0.4s ease-out 0s 1 fadein; animation: 0.4s ease-out 0s 1 fadein;