Update style.css

This commit is contained in:
zyqunix 2024-11-11 19:50:49 +00:00 committed by GitHub
parent e5020140fb
commit f33c50ec16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ body {
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
margin: 0 0 20px 0;
font-family: monospace;
background-color: #2a2a2a;
transition: background-color 0.3s, color 0.3s;