From c23a5265de6b00b8039d32bc8a1afe695390da6c Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 20 Nov 2016 22:25:28 -0500 Subject: [PATCH] Color reported label in beluga --- static/styles/beluga/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 2c22d34..0f3ba46 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1889,6 +1889,9 @@ tr.torrent:nth-of-type(even), tr.request:nth-of-type(even) { float: right } +.tl_reported { + color: #e85a5a; +} .tl_free { color: gold; }