diff options
-rw-r--r-- | users/sterni/mblog/mblog.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/sterni/mblog/mblog.lisp b/users/sterni/mblog/mblog.lisp index 005850fba8dd..61ba5511d6ff 100644 --- a/users/sterni/mblog/mblog.lisp +++ b/users/sterni/mblog/mblog.lisp @@ -68,8 +68,7 @@ a:link, a:visited { (:title (who:esc ,title)) (:link :rel "stylesheet" :type "text/css" - :href ,(concatenate 'string (if root "" "../") "style.css")) - (:style "a:link, a:visited { color: blue; }")) + :href ,(concatenate 'string (if root "" "../") "style.css"))) (:body (:header (:nav |