Set color of new (uncreated) pages to brighter red

This commit is contained in:
Andrew Belt 2015-06-20 21:18:10 -04:00
parent db66dd957f
commit e16cc08825

View File

@ -79,6 +79,10 @@ a, a:visited {
color: #a00;
}
a.new, a.new:visited {
color: #e33;
}
ul {
list-style: disc;
}