From 90652f8e7bd23c8478acafde7d9bab30f477888a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 28 Jun 2017 18:15:21 -0400 Subject: [PATCH] make sage greyscale not red --- contrib/static/krane.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 0974039..0e6f9e5 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -198,6 +198,7 @@ background: #141414; border: 1px solid #3B3B3B; border-collapse: collapse; + width: 100%; } .datatable th { background: #1C1C1C; @@ -364,7 +365,7 @@ } [data-subject="None"] { display: none; } - [data-sage="1"] { background: darkred; } + [data-sage="1"] { filter: saturate(0); } .overboard, .threadpage, .boardpage { background-image: url('/static/changolia-logo.png');