diff --git a/src/wikimore/static/css/style.css b/src/wikimore/static/css/style.css index 56fb03a..67eb43f 100644 --- a/src/wikimore/static/css/style.css +++ b/src/wikimore/static/css/style.css @@ -23,6 +23,15 @@ a:hover { text-decoration: underline; } +a.new { + color: #ba0000; +} + +a.new::after { + content: " (page does not exist)"; + font-size: 0.8em; +} + /* Header styling */ #header { background-color: #ffffff;