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; } }