Darken text on non-active tabs

This commit is contained in:
Kevin Sawicki
2012-11-20 15:55:41 -08:00
parent 7c7736c36d
commit fa0c64de8c

View File

@@ -11,14 +11,14 @@
margin-right: 0;
padding: 4px;
background: #3a3a3a;
color: white;
color: #d0d0d0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
.tab.active {
background: #555;
color: white;
}
.tab:last-child {