Vier: Changed the color of links and notification counter.

This commit is contained in:
Michael Vogel 2012-11-12 08:22:49 +01:00
parent b6b85b9773
commit 30e429e6ce
1 changed files with 11 additions and 3 deletions

View File

@ -340,8 +340,9 @@ h4 {
} }
a { a {
/* color: #36C; */ /* color: #36C; */
color: #3e3e8c; /* color: #3e3e8c; */
color: #3465A4;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
@ -374,7 +375,8 @@ a:hover {
} }
.fakelink { .fakelink {
/* color: #36c; */ /* color: #36c; */
color: #3e3e8c; /* color: #3e3e8c; */
color: #3465A4;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
@ -581,6 +583,12 @@ nav .nav-menu.selected {
border-bottom: 3px solid #9eabb0; border-bottom: 3px solid #9eabb0;
/* background-color: #364E59; */ /* background-color: #364E59; */
} }
nav .nav-menu:hover {
color: #fff !important;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
background: #4c619c;
text-decoration: none;
}
nav .nav-notify { nav .nav-notify {
display: none; display: none;
position: absolute; position: absolute;