Re-designed Wiki and half-redesigned docs pages

This commit is contained in:
Fabio Berger
2018-02-15 20:12:47 -07:00
parent e2b51c5dc4
commit 5c91b4bfc6
14 changed files with 280 additions and 126 deletions

View File

@@ -2,6 +2,7 @@ import { colors as materialUiColors } from 'material-ui/styles';
export const colors = {
...materialUiColors,
gray40: '#F8F8F8',
grey50: '#FAFAFA',
grey100: '#F5F5F5',
lightestGrey: '#F0F0F0',
@@ -15,6 +16,7 @@ export const colors = {
darkGrey: '#818181',
landingLinkGrey: '#919191',
grey700: '#616161',
grey750: '#515151',
grey800: '#424242',
darkerGrey: '#393939',
heroGrey: '#404040',
@@ -23,6 +25,7 @@ export const colors = {
dharmaDarkGrey: '#252525',
lightBlue: '#60A4F4',
lightBlueA700: '#0091EA',
linkBlue: '#1D5CDE',
darkBlue: '#4D5481',
turquois: '#058789',
lightPurple: '#A81CA6',