Invert navigation active/inactive color
This commit is contained in:
parent
9ab38477dd
commit
e0f67dbca5
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue