header click in site

This commit is contained in:
Laura Klünder 2016-12-24 00:06:48 +01:00
parent 4a3f1d086b
commit 45370fabf0
2 changed files with 10 additions and 1 deletions

View file

@ -322,3 +322,12 @@ footer {
.nomobileclient .app-only {
display:none;
}
h1 a {
color:#333333;
}
h1 a:hover {
text-decoration:none;
color:#333333;
}

View file

@ -18,7 +18,7 @@
<body class="{% block bodyclass %}{% endblock %}">
<div class="container" id="main">
<h1>c3nav</h1>
<h1><a href="{% url 'site.index' %}">c3nav</a></h1>
{% block content %}
{% endblock %}