Made brand title into link to home view.

This commit is contained in:
2018-01-18 14:45:37 +01:00
parent f0a2237a37
commit 14f18b2333
3 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,14 @@ thead input {
color: #3c3c3c;
}
#page-header a {
color: #3c3c3c;
}
#page-header a:hover {
text-decoration: none;
}
#page-header img.brand {
/* display: block; */
margin-right: 0.6rem;