Skip to content

Commit

Permalink
fix bug 1004384 - Add red color to new links
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed May 1, 2014
1 parent 1d5bc71 commit a77f0f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/redesign/stylus/main/content.styl
Expand Up @@ -164,6 +164,11 @@ table-blue = #d4dde4;
}
}
}

/* links */
a.new {
color: #900;
}
}

ul.directory-tree {
Expand Down

0 comments on commit a77f0f1

Please sign in to comment.