Make dashboard section title clickable

This commit is contained in:
Frederic Guillot
2016-01-20 22:54:42 -05:00
parent 6df53e54da
commit f3e5fdb137
7 changed files with 11 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -78,12 +78,13 @@ nav .active a {
}
.page-header h2 a {
color: #ddd;
color: #333;
text-decoration: none;
}
.page-header h2 a:focus,
.page-header h2 a:hover {
color: #333;
color: #aaa;
}
.page-header ul {