Removed older changes

This commit is contained in:
Shahan Nedadahandeh 2022-07-20 21:28:09 -07:00
parent 1ec4c2735e
commit 49cbd40c12
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ body {
background-color: var(--primary-background);
color: var(--primary-text);
font-family: 'Inconsolata', monospace;
font-family: "Inconsolata", "monospace";
margin: 0;
}

View File

@ -8,7 +8,7 @@ import { ColorPalette } from "../components/ColorPalette";
export default function Home() {
return (
<div style={{ padding: "0px" }}>
<div>
<h1>Playground</h1>
<p>Show off your components here!</p>
<ColorPalette />