From 899502c8c1510e389adc7e7332d9672509c276b0 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Thu, 9 Apr 2015 10:52:14 -0700 Subject: [PATCH] Added .sticky class --- app/assets/stylesheets/themes/default/pages/_forums.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/themes/default/pages/_forums.scss b/app/assets/stylesheets/themes/default/pages/_forums.scss index 8791a57..374a77f 100644 --- a/app/assets/stylesheets/themes/default/pages/_forums.scss +++ b/app/assets/stylesheets/themes/default/pages/_forums.scss @@ -130,6 +130,10 @@ div#categories { color: $blue; font-weight: bold; } + + .sticky { + color: $red; + } thead th { @include linear-gradient(#15181b, #0d1011);