hoodiehq / hoodie-css

Framework for all hoodie sites
http://hoodiehq.github.io/hoodie-css/
31 stars 13 forks source link

Fix global link weight #9

Closed espy closed 9 years ago

espy commented 9 years ago

Docs had some thicker link styles with thicker underlines, but integrating that into global is a bit more difficult because of the color schemes, which all redefine thickness and color. That should be refactored into sass variables, and color schemes should not reset weights.

.docs a{
  font-weight: 400;
  background-size: 1px 2px;
  text-shadow: 2px 0px 0 #FFF, -2px 0 0 #FFF;
  background-position: 0px 1.125em;
}

header.invisible{
  -webkit-transform: translate(0, -102px);
  -ms-transform: translate(0, -102px);
  transform: translate(0, -102px);
}

Remember to test underlines on Firefox!

verpixelt commented 9 years ago

Why do we have thicker underlines on the docs pages? What do you mean with color schemes redefine thickness?

zoepage commented 9 years ago

We will set them back to default like the hood.ie and the others have.

verpixelt commented 9 years ago

:thought_balloon: :+1: