Skip to content

Commit

Permalink
Set color of new (uncreated) pages to brighter red
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Jun 21, 2015
1 parent db66dd9 commit e16cc08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ a, a:visited {
color: #a00;
}

a.new, a.new:visited {
color: #e33;
}

ul {
list-style: disc;
}
Expand Down

0 comments on commit e16cc08

Please sign in to comment.