Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design CSS – color challenge Reply To: CSS – color challenge

#265256
Paulie_D
Member

Looks like the initial font-weight might be the culprit

body {
    font-weight: 300; /* remove this */
    font-style: normal;
    letter-spacing: 0.025em;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    color: #5d5d5d;
    font-family: "Raleway","Helvetica Neue",helvetica,arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
}