Change the font for inactive items from light to normal

This commit is contained in:
2015-03-20 21:27:23 +07:00
parent f96c88a1fa
commit 788b7d7683
4 changed files with 4 additions and 15 deletions
+2 -4
View File
@@ -107,16 +107,14 @@
}
.selector li {
display: inline-block;
font-weight: 300;
color: #aaa;
cursor: pointer;
margin-right: 8px;
}
.selector li.active {
font-weight: 400;
color: #222;
color: #000;
cursor: default;
border-bottom: #222 1px solid;
border-bottom: #000 1px solid;
}
.whatsgoingon {
+1 -3
View File
@@ -32,7 +32,7 @@
display: inline-block;
line-height: 21px;
width: 100%;
color: #000;
color: #aaa;
text-decoration: none;
width: auto;
max-width: 150px;
@@ -40,10 +40,8 @@
overflow: hidden;
text-overflow: ellipsis;
border-bottom: #fff 1px solid;
font-weight: 300;
}
.menu .nav a.active {
font-weight: 400;
color: #000;
border-bottom: #000 1px solid;
}
File diff suppressed because one or more lines are too long