Color scheme
This commit is contained in:
parent
5b272a9147
commit
d8190db3f8
1 changed files with 17 additions and 7 deletions
|
@ -10,6 +10,7 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social {
|
.social {
|
||||||
|
@ -32,6 +33,10 @@ body {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 1.2;
|
||||||
|
margin: 0 0;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
* PANELS
|
* PANELS
|
||||||
*/
|
*/
|
||||||
|
@ -39,20 +44,19 @@ body {
|
||||||
#panel-landing {
|
#panel-landing {
|
||||||
/*text-align: center;*/
|
/*text-align: center;*/
|
||||||
height: 25vh;
|
height: 25vh;
|
||||||
|
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#panel-resume {
|
#panel-resume {
|
||||||
background-color: #03A9F4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#panel-projects {
|
#panel-projects {
|
||||||
background-color: #00BCD4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#panel-intouch {
|
#panel-intouch {
|
||||||
background-color: #009688;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -88,7 +92,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-menu ul li a:hover {
|
#main-menu ul li a:hover {
|
||||||
color: #ff0000;
|
color: #03A9F4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -142,7 +146,7 @@ body {
|
||||||
* MODIFIERS
|
* MODIFIERS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.fs-5 { font-size: 3em; }
|
.fs-5 { font-size: 2.5em; }
|
||||||
.fs-1-3 { font-size: 1.3em; }
|
.fs-1-3 { font-size: 1.3em; }
|
||||||
|
|
||||||
.bold { font-weight: bold; }
|
.bold { font-weight: bold; }
|
||||||
|
@ -160,4 +164,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.red { color: #ff0000; }
|
.red { color: #ff0000; }
|
||||||
.white { color: #fff; }
|
.white { color: #fff; }
|
||||||
|
|
||||||
|
.primarytext {color :#727272;}
|
||||||
|
.accent {color:#03A9F4;}
|
||||||
|
|
||||||
|
.accentsize { font-size: 1.3em; }
|
||||||
|
.regularsize { font-size: 1.0em; }
|
Loading…
Reference in a new issue