From 2de0d141ccb66844643ee7b881a8ce86128279e7 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 29 Sep 2012 15:37:01 +0200 Subject: style: links are now bold --- static/layout.css | 1 + templates/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/layout.css b/static/layout.css index 35f2593..28bb4e1 100644 --- a/static/layout.css +++ b/static/layout.css @@ -24,6 +24,7 @@ nav ul li:not(:last-child):after { a,:visited { font-style: italic; + font-weight: bold; color: #000; } diff --git a/templates/base.html b/templates/base.html index 475e837..d30fb4a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ {%- endfor %} {%- for style in styles %} - + {%- endfor %} -- cgit v1.2.3-1-g7c22