From 88737712a885568c8fa6771bc45bb811bff16866 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 22 Jan 2017 15:10:52 +0100 Subject: Amélioration de la navigation --- templates/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 2305acf..98a2e2d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,15 @@ h1, h2, h3 { line-height: 1.2em; } +h1 a { + color: #31363b; + text-decoration: none; +} + +h1 a:hover, h1 a:focus { + text-decoration: underline; +} + .content { max-width: 50em; margin: 0 auto; @@ -39,7 +48,7 @@ li.course {
-

celcatsanitizer

+

celcatsanitizer

{% block body %}{% for timetable in timetables %}
-- cgit v1.2.1