Invert navigation active/inactive color

This commit is contained in:
Fabian Reinartz 2015-12-18 12:05:31 +01:00
parent 9ab38477dd
commit e0f67dbca5
3 changed files with 27 additions and 25 deletions

View File

@ -83,7 +83,7 @@ func templateDefaultTmpl() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "template/default.tmpl", size: 12590, mode: os.FileMode(420), modTime: time.Unix(1450348353, 0)}
info := bindataFileInfo{name: "template/default.tmpl", size: 12590, mode: os.FileMode(420), modTime: time.Unix(1450363751, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}

View File

@ -19,12 +19,14 @@ header #logo a {
}
#top-nav a {
color: #fff;
color: #bbb;
text-decoration: none
}
#top-nav .selected a {
color: #aaa;
color: #fff;
}
#top-nav a:hover {
color: #fff;
}
#top-nav ul {

File diff suppressed because one or more lines are too long