From a2642c39b2b65624e9ce23314680222149e189c9 Mon Sep 17 00:00:00 2001 From: mgerb42 Date: Fri, 26 Aug 2016 03:25:06 +0000 Subject: [PATCH] css changes - messing with font --- client/assets/scss/Preview.scss | 4 ---- client/assets/scss/Sidebar.scss | 2 +- client/assets/scss/main.scss | 8 +++----- index.html | 1 - package.json | 2 +- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/client/assets/scss/Preview.scss b/client/assets/scss/Preview.scss index efc25b0..c8bd015 100644 --- a/client/assets/scss/Preview.scss +++ b/client/assets/scss/Preview.scss @@ -5,12 +5,8 @@ .date { margin: 0; opacity: 0.7; - font-weight: 300; } .intro { margin-bottom: 0.5em; } - p { - font-weight: 300; - } } diff --git a/client/assets/scss/Sidebar.scss b/client/assets/scss/Sidebar.scss index 013ac80..c3f86f0 100644 --- a/client/assets/scss/Sidebar.scss +++ b/client/assets/scss/Sidebar.scss @@ -57,7 +57,7 @@ $transitionDuration: 0.4s; transition: transform $transitionDuration ease-out; -webkit-transition: transform $transitionDuration ease-out; &:hover { - color: #3598db; + color: #D1D1D1; } } } diff --git a/client/assets/scss/main.scss b/client/assets/scss/main.scss index 2e63daf..b6c614a 100644 --- a/client/assets/scss/main.scss +++ b/client/assets/scss/main.scss @@ -1,7 +1,6 @@ @import './utils.scss'; html { - //font-family: 'Roboto Slab', serif; - font-family: 'Raleway', Calibri, Arial, sans-serif; + font-family: 'Roboto Slab', serif; } body { max-width: 100%; @@ -17,11 +16,10 @@ h4, h5, h6 { margin: 0; - font-weight: 300; + font-weight: 400; } p { - font-weight: 200; - font-size: 1.1em; + font-weight: 300; } *, *:after, diff --git a/index.html b/index.html index 5e43fcb..dcfec5c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@ - mitchel.io diff --git a/package.json b/package.json index 0452f12..42d0a05 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prod": "export NODE_ENV=production && webpack -p && babel-node metadata.js", "prod-win": "set NODE_ENV=production && webpack -p && babel-node metadata.js", "deploy": "goapp deploy", - "serve": "goapp serve" + "serve-c9": "npm run build && goapp serve --port=$PORT --host=$IP" }, "repository": { "type": "git",