diff --git a/src/components/Contributors/Contributors.jsx b/src/components/Contributors/Contributors.jsx
index b56a00c73b5e..5c9322238ffc 100644
--- a/src/components/Contributors/Contributors.jsx
+++ b/src/components/Contributors/Contributors.jsx
@@ -14,7 +14,7 @@ export default ({contributors}) => {
-
+
{contributor}
))
diff --git a/src/components/Navigation/Navigation.jsx b/src/components/Navigation/Navigation.jsx
index e9b2862c91f6..d0a99d675209 100644
--- a/src/components/Navigation/Navigation.jsx
+++ b/src/components/Navigation/Navigation.jsx
@@ -39,14 +39,17 @@ export default class Navigation extends React.Component {
diff --git a/src/components/NotificationBar/NotificationBar.jsx b/src/components/NotificationBar/NotificationBar.jsx
index 18aebc3c6f01..eaf8df554a41 100644
--- a/src/components/NotificationBar/NotificationBar.jsx
+++ b/src/components/NotificationBar/NotificationBar.jsx
@@ -19,6 +19,7 @@ export default class NotificationBar extends React.Component {
{ localStorageIsEnabled ?
:
null
diff --git a/src/components/Shield/Shield.jsx b/src/components/Shield/Shield.jsx
index eb48c70de195..13fef70d8267 100644
--- a/src/components/Shield/Shield.jsx
+++ b/src/components/Shield/Shield.jsx
@@ -1,7 +1,7 @@
import React from 'react';
export default props => (
-
);
diff --git a/src/components/SplashViz/SplashVizSVG.js b/src/components/SplashViz/SplashVizSVG.js
index 95e6ba1ad7ea..01a658134eb4 100644
--- a/src/components/SplashViz/SplashVizSVG.js
+++ b/src/components/SplashViz/SplashVizSVG.js
@@ -45,8 +45,8 @@ module.exports = {
-
-
+
+
MODULES WITH DEPENDENCIES
diff --git a/src/styles/markdown.scss b/src/styles/markdown.scss
index fa9cbb444a0d..42d856b0032d 100644
--- a/src/styles/markdown.scss
+++ b/src/styles/markdown.scss
@@ -99,13 +99,13 @@
}
&.tip {
- background-color: #DCF2FD;
- color: #618ca0;
+ background-color: #eaf8ff;
+ color: #4e7182;
}
&.warning {
- background-color: #fbedb7;
- color: #8c8466;
+ background-color: #fdf5d8;
+ color: #716b53;
}
&.todo {
@@ -260,7 +260,7 @@
margin: 0 2px;
padding: 2px 6px;
white-space: normal;
- background-color: transparentize(getColor(fiord), 0.94);
+ background-color: transparentize(getColor(fiord), 0.95);
border-radius: 3px;
text-shadow: 0 1px 0 transparentize(getColor(white), 0.4);
}
diff --git a/src/styles/partials/_vars.scss b/src/styles/partials/_vars.scss
index 3576a90e1940..8b9950667593 100644
--- a/src/styles/partials/_vars.scss
+++ b/src/styles/partials/_vars.scss
@@ -1,12 +1,12 @@
$colors: (
malibu: #8DD6F9,
- denim: #1D78C1,
+ denim: #175d96,
fiord: #465E69,
elephant: #2B3A42,
white: #ffffff,
concrete: #f2f2f2,
alto: #dedede,
- dusty-grey: #999999,
+ dusty-grey: #777676,
dove-grey: #666666,
emperor: #535353,
mine-shaft: #333333
diff --git a/src/styles/prism-theme.scss b/src/styles/prism-theme.scss
index 5d0a3df09f07..3d3e975a3074 100644
--- a/src/styles/prism-theme.scss
+++ b/src/styles/prism-theme.scss
@@ -41,7 +41,7 @@ pre[class*="lang-"] {
.token.prolog,
.token.doctype,
.token.cdata {
- color: #77858c;
+ color: #93a4ad;
}
.token.punctuation {
@@ -71,7 +71,7 @@ pre[class*="lang-"] {
.token.regex,
.token.attr-value,
.token.important {
- color: desaturate(#2dd271, 25%)
+ color: desaturate(#2dd271, 23%)
}
.token.inserted {
diff --git a/src/utilities/markdown.js b/src/utilities/markdown.js
index 0a9002685026..db2560794045 100644
--- a/src/utilities/markdown.js
+++ b/src/utilities/markdown.js
@@ -14,11 +14,11 @@ module.exports = function() {
var id = parsed.id;
return (
- `\n`
+ `\n`
);
};
diff --git a/template.ejs b/template.ejs
index bc771ea4481d..1c8d6151ff5f 100644
--- a/template.ejs
+++ b/template.ejs
@@ -1,5 +1,5 @@
-
+
<%= htmlWebpackPlugin.options.context.title %>