summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/style.css.scss
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-17 16:04:07 +0100
committerjomo <github@jomo.tv>2015-01-17 16:04:07 +0100
commit5f00fc87a3f573915ce44893e02ec45df1bdad13 (patch)
tree42e78c3a7e53774d062f27f1704e801fc708c0fc /app/assets/stylesheets/style.css.scss
parent39fceedf56be0a7078c43ab726117cf043e8e0f3 (diff)
proper color support for labels
Diffstat (limited to 'app/assets/stylesheets/style.css.scss')
-rw-r--r--app/assets/stylesheets/style.css.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index 312f599..fb383e3 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -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;
} \ No newline at end of file