improvements to inspector app

This commit is contained in:
Brandon Liu
2022-06-13 16:48:58 +08:00
parent beef7a3ab7
commit 9962b4e344
8 changed files with 241 additions and 138 deletions

View File

@@ -5,8 +5,8 @@ export const { styled } = createStitches({
colors: {
black: "rgba(0, 0, 0)",
white: "rgba(236, 237, 238)",
hover: "#666",
selected: "#444",
hover: "#7180B9",
primary: "#3423A6",
},
fonts: {
sans: "Inter, sans-serif",
@@ -55,7 +55,6 @@ export const globalStyles = globalCss({
padding: 0,
border: 0,
fontFamily: "Inter, sans-serif",
xborder: "1px solid gold",
},
body: { backgroundColor: "$black", color: "$white" },
"@import": ["url('https://rsms.me/inter/inter.css')"],