Skip to content

Commit

Permalink
Implemented the new text styles for list items and strong text. Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Caldwell committed Oct 10, 2011
1 parent 69844c8 commit dce7303
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions assets/css/style.css
Expand Up @@ -44,9 +44,14 @@ div.repo-author {
} }


/* Text */ /* Text */
p { p, strong, li {
color: #CCCCCC; color: #CCCCCC;
font-size: 14px; font-size: 14px;
}

strong {
font-weight: bold;
color: #EEEEEE;
} }


a { a {
Expand Down

0 comments on commit dce7303

Please sign in to comment.