Customize your side7 profile!


     <style>
/*page background color */
body, html{ background: linear-gradient(151deg, #f7dcda 0, #f7dcda 67%, #f7dcda 100%);}



/*change color of profile header's text*/
span.show-for-medium {color: #fff;}
span.show-for-medium, path.fa-primary, span.h5,span.h3, .h3 small {color: #000;}

/*change color of profile header */
 #user-header-top, #user-header-avatar  {background-color: #d46f68;}
 #user-header-bottom {background: linear-gradient(90deg, #d46f68 25%, #d46f68 100%);}
 
/*text color*/
 .callout, .callout.primary, .callout.secondary, strong {color: #5c1717;}
 
 /* change color of headers*/
 h1,h2,h3,h4,h5,h6 {color:#5c1717;}
 
 /* change color of links*/
 a, a:hover{color:#f7bbb7;}
 
 /* change background color of containers*/
 .callout, .callout.primary, .callout.secondary, strong {background-color: #9e7f7f;}
 </style>