Skip to content

Commit

Permalink
Production build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaogle committed Mar 21, 2017
1 parent d097aed commit eedbd0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/bundle.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions source/components/Footer/style.sass
Expand Up @@ -13,11 +13,10 @@ footer
padding-bottom: $base-spacing

h2
color: $muted-color
font-size: 1.5rem

a
color: rgba($muted-color, 0.75)
color: $muted-color
font-weight: 500

.copyright
Expand Down
2 changes: 2 additions & 0 deletions source/pages/Articles/index.jsx
Expand Up @@ -6,6 +6,7 @@ import articles from '../../data/articles';
import BodyClass from '../../components/BodyClass';
import Intro from '../../components/Intro';
import Summary from './Summary';
import Footer from '../../components/Footer';

class Articles extends React.Component {
summarize(summaryArticles) {
Expand Down Expand Up @@ -57,6 +58,7 @@ class Articles extends React.Component {
{this.summarize(olderArticles)}
</div>
</section>
<Footer />
</BodyClass>
);
}
Expand Down
2 changes: 1 addition & 1 deletion source/stylesheets/variables.sass
Expand Up @@ -16,7 +16,7 @@ $cyan: #66ddd2

$background-color: $white
$text-color: $brown
$muted-color: mix($text-color, $background-color, 50%)
$muted-color: mix($text-color, $background-color, 40%)
$link-color: $blue
$link-hover: shade($blue, 15%)
$logo-color: $offwhite
Expand Down

0 comments on commit eedbd0e

Please sign in to comment.