Change css for header links

This commit is contained in:
Frederic Guillot 2016-06-03 22:08:39 -04:00
parent 7f9b8d7dd1
commit e7012692f3
3 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,7 @@ namespace Kanboard\Core\Session;
* @property bool $twoFactorBeforeCodeCalled
* @property string $twoFactorSecret
* @property string $oauthState
* @property int $smsTwoFactorSecret
*/
class SessionStorage
{

File diff suppressed because one or more lines are too long

View File

@ -26,10 +26,14 @@ header li {
}
header a {
color: #777;
color: #333;
text-decoration: none;
}
header a:hover {
color: #666;
}
nav .active a {
color: #333;
font-weight: bold;