Merge pull request #168 from filecoin-project/@jimmylee/its-a-party

@jimmylee/its a party
This commit is contained in:
CAKE 2020-08-21 19:33:55 -07:00 committed by GitHub
commit c2cc2b1def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,21 @@ export const sizes = {
header: 72,
};
export const system = {
white: "#ffffff",
foreground: "#f7f7f7",
gray: "#e0e0e0",
border: "#d8d8d8",
darkGray: "#b2b2b2",
black: "#1b1f23",
pitchBlack: "#0c0c0c",
brand: "#0047FF",
link: "#2935ff",
green: "#28a745",
yellow: " #FFC940",
red: "#ff0000",
};
export const zindex = {
navigation: 1,
sidebar: 2,
@ -37,21 +52,6 @@ export const typescale = {
lvl4: `1.953rem`,
};
export const system = {
white: "#ffffff",
foreground: "#f7f7f7",
gray: "#e0e0e0",
border: "#d8d8d8",
darkGray: "#b2b2b2",
black: "#1b1f23",
pitchBlack: "#0c0c0c",
brand: "#0047FF",
link: "#2935ff",
green: "#28a745",
yellow: " #FFC940",
red: "#ff0000",
};
export const code = {};
export const theme = {