commit e16cc088252c5023fecd89c0391f154a0efa054d parent db66dd957f8c2bc8b16b49554a6cc4e4504a5914 Author: Andrew Belt <andrewpbelt@gmail.com> Date: Sat, 20 Jun 2015 21:18:10 -0400 Set color of new (uncreated) pages to brighter red Diffstat:
| M | style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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; }