proper color support for labels

This commit is contained in:
jomo
2015-01-17 16:04:07 +01:00
parent 39fceedf56
commit 5f00fc87a3
6 changed files with 41 additions and 7 deletions

View File

@@ -987,10 +987,8 @@ nav.pagination {
}
.label {
background: #d40;
background: #333;
padding: 0.1em 0.2em;
border-radius: 0.2em;
color: #b20;
border: 1px solid #B20;
text-shadow: -1px -1px #e50, 1px 1px #a10;
text-shadow: none;
}