Change css for header links
This commit is contained in:
parent
7f9b8d7dd1
commit
e7012692f3
|
|
@ -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue