mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
top nav bar colors
This commit is contained in:
parent
44dacd1d82
commit
564ec8053a
1 changed files with 14 additions and 2 deletions
|
@ -14,15 +14,27 @@ code {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
header #banner a,
|
||||
header #banner a:active,
|
||||
header #banner a:visited,
|
||||
header #banner a:link,
|
||||
header #banner a:hover {
|
||||
color: #737373;
|
||||
}
|
||||
|
||||
nav {
|
||||
background: #eeeeee;
|
||||
}
|
||||
|
||||
nav .icon {
|
||||
color: #fff;
|
||||
color: #737373;
|
||||
}
|
||||
|
||||
nav a:active,
|
||||
nav a:visited,
|
||||
nav a:link,
|
||||
nav a {
|
||||
color: #fff;
|
||||
color: #737373;
|
||||
}
|
||||
|
||||
nav #search-box #search-text {
|
||||
|
|
Loading…
Reference in a new issue