Change css for header links
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Kanboard\Core\Session;
|
|||||||
* @property bool $twoFactorBeforeCodeCalled
|
* @property bool $twoFactorBeforeCodeCalled
|
||||||
* @property string $twoFactorSecret
|
* @property string $twoFactorSecret
|
||||||
* @property string $oauthState
|
* @property string $oauthState
|
||||||
|
* @property int $smsTwoFactorSecret
|
||||||
*/
|
*/
|
||||||
class SessionStorage
|
class SessionStorage
|
||||||
{
|
{
|
||||||
|
|||||||
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -26,10 +26,14 @@ header li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header a {
|
header a {
|
||||||
color: #777;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header a:hover {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
nav .active a {
|
nav .active a {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user