chore: resize writing area, add name to navbar

This commit is contained in:
Kyle Gill
2019-03-29 10:08:02 -06:00
parent faf5473d5d
commit eee11f9437
34 changed files with 386 additions and 369 deletions

View File

@@ -9,8 +9,8 @@ const theme = {
quarternary: "#EAEAEA",
headerBackground: "#FAFBFC",
bodyBackground: "#FFF",
hover: "hsla(233, 5%, 31%, 0.12)"
}
hover: "hsla(233, 5%, 31%, 0.12)",
},
},
DARK: {
name: "Dark",
@@ -22,9 +22,9 @@ const theme = {
quarternary: "#3E4B62",
headerBackground: "#272f3d",
bodyBackground: "#262B34",
hover: "hsla(233, 100%, 96%, 0.12)"
}
}
};
hover: "hsla(233, 100%, 96%, 0.12)",
},
},
}
export default theme;
export default theme