mirror of
https://github.com/eRgo35/website.git
synced 2026-02-03 21:26:09 +01:00
improved accessibility
This commit is contained in:
@@ -83,7 +83,7 @@ html,
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
background-color: var(--base);
|
||||
background-color: var(--surface0);
|
||||
color: var(--text);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
@@ -96,7 +96,7 @@ body {
|
||||
box-sizing: border-box;
|
||||
width: 8.5in;
|
||||
height: 11in;
|
||||
background-color: var(--surface0);
|
||||
background-color: var(--base);
|
||||
padding: 0.5in;
|
||||
position: relative;
|
||||
animation: 0.4s ease-out 0s 1 fadein;
|
||||
|
||||
Reference in New Issue
Block a user