Compare commits

..

No commits in common. "75208396ef062ee44152cf00dd23256cc38ce2ac" and "f802d9fb306a6dbbb3857244f27df651ac109c99" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 3rem;
padding: 2rem;
text-align: center;
}

View file

@ -3,7 +3,7 @@ import * as React from 'react'
const App: React.FC = () => {
return (
<>
<h1>Hello World + Testando</h1>
<h1>Hello World</h1>
</>
)
}

View file

@ -4,7 +4,7 @@
font-weight: 400;
color-scheme: light dark;
color: rgba(83, 10, 179, 0.87);
color: rgba(10, 27, 179, 0.87);
background-color: #242424;
font-synthesis: none;