From a0c1fe0fa166c9f37990f0f924beb96467583f0c Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Tue, 8 Aug 2017 01:57:06 -0700 Subject: [PATCH] Style updates, simplify tagline --- css/style.css | 4 ++-- index.html | 4 +++- sass/style.scss | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 4f86a30..582739b 100755 --- a/css/style.css +++ b/css/style.css @@ -177,8 +177,8 @@ body { #mast h2 { transition-property: size; transition-duration: .2s; - text-shadow: 1px 2px #ED1277; - color: #19DEFF; } + text-shadow: 1px 2px #19DEFF; + color: #FFFFFF; } .small { background: black; } diff --git a/index.html b/index.html index 460be21..fc26722 100755 --- a/index.html +++ b/index.html @@ -34,7 +34,9 @@

Chuck Dries

Chuck Dries -

Programmer / Student / Friendly dude / JavaScript / VR / Photography / Design

+

Programmer / Student / Friendly dude + +

About Me / Skills / diff --git a/sass/style.scss b/sass/style.scss index b01df0d..0537b1c 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -70,8 +70,8 @@ body { h2 { transition-property: size; transition-duration: .2s; - text-shadow: 1px 2px #ED1277; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue; - color: #19DEFF; + text-shadow: 1px 2px #19DEFF; // text-shadow: 1px 1px 1px #000, 3px 3px 5px blue; + color: #FFFFFF; } }