# HG changeset patch # User Steve Losh # Date 1237501821 14400 # Node ID a026ed8b4c6f677999ef1423c94f1d1e391cb7f1 # Parent f1f08661864b46bcf48e998ea606bfe652d67a89 Mmm, candy. diff -r f1f08661864b -r a026ed8b4c6f site-media/style/stevelosh.css --- a/site-media/style/stevelosh.css Wed Mar 18 20:15:23 2009 -0400 +++ b/site-media/style/stevelosh.css Thu Mar 19 18:30:21 2009 -0400 @@ -1,3 +1,5 @@ +/* @override http://stevelosh.com/site-media/style/stevelosh.css */ + body.stevelosh { color: #111; } @@ -29,7 +31,7 @@ } a:link, a:visited, a:active { - color: #900; + color: #e50053; text-decoration: none; } @@ -86,7 +88,7 @@ } h1 a:hover, h2 a:hover, h3 a:hover { - color: #900; + color: #e50053; } div#sidebar div.sidebar-item { @@ -116,10 +118,9 @@ /* Typogrify Styles */ .amp { - color: #444; - font-size: 1.05em; - font-family: "Warnock Pro", "Palatino", "Book Antiqua", serif; - font-style: italic; + color: #444; + font: italic 1.05em "Hoefler Text", "Warnock Pro", Palatino, "Book Antiqua", serif; + font-weight: inherit; } a .amp { color: inherit; }