From e16cc088252c5023fecd89c0391f154a0efa054d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 20 Jun 2015 21:18:10 -0400 Subject: [PATCH] Set color of new (uncreated) pages to brighter red --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index eb3de87..1ca26d6 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,10 @@ a, a:visited { color: #a00; } +a.new, a.new:visited { + color: #e33; +} + ul { list-style: disc; }