From d8190db3f81b4aaada85f39c7308790110638420 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 22 Dec 2015 13:00:47 -0500 Subject: [PATCH] Color scheme --- css/style.css | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 10bed3e..582941c 100644 --- a/css/style.css +++ b/css/style.css @@ -10,6 +10,7 @@ body { position: relative; height: 100vh; width: 100vw; + background-color: #fff; } .social { @@ -32,6 +33,10 @@ body { color: #000; } +p { + line-height: 1.2; + margin: 0 0; +} /* * PANELS */ @@ -39,20 +44,19 @@ body { #panel-landing { /*text-align: center;*/ height: 25vh; - background-color: #FFF; } #panel-resume { - background-color: #03A9F4; + } #panel-projects { - background-color: #00BCD4; + } #panel-intouch { - background-color: #009688; + } /* @@ -88,7 +92,7 @@ body { } #main-menu ul li a:hover { - color: #ff0000; + color: #03A9F4; } @@ -142,7 +146,7 @@ body { * MODIFIERS */ -.fs-5 { font-size: 3em; } +.fs-5 { font-size: 2.5em; } .fs-1-3 { font-size: 1.3em; } .bold { font-weight: bold; } @@ -160,4 +164,10 @@ body { } .red { color: #ff0000; } -.white { color: #fff; } \ No newline at end of file +.white { color: #fff; } + +.primarytext {color :#727272;} +.accent {color:#03A9F4;} + +.accentsize { font-size: 1.3em; } +.regularsize { font-size: 1.0em; } \ No newline at end of file