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;
|
||||
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; }
|
||||
|
@ -161,3 +165,9 @@ body {
|
|||
|
||||
.red { color: #ff0000; }
|
||||
.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