Update color of resume hexagon to be less bright

Este commit está contenido en:
Ethan Paul 2019-01-09 23:50:27 -05:00
padre 9c22af4d2e
commit a1bb8c3882
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -922,8 +922,8 @@ body.mobile-nav-active #mobile-nav-toggle {
}
.hb-resume, .hb-resume:after, .hb-resume:before {
background:red;
border-color:red;
background:#c44b2d;
border-color:#c44b2d;
color:#fff;
}