diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-21 16:43:43 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-08-21 16:43:43 +0100 |
commit | f272f445d2ee6aaec469fc89507c698c7a4886c2 (patch) | |
tree | e222a1f07dac116da53df9de8d5064e310394a26 | |
parent | dedc3f53799c8d5da9712a3e8383946333036225 (diff) |
'follow' in sidebar is now a primary action
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 6bf0cb8..ebe0dec 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -639,7 +639,7 @@ a.link_to_this { } .feed_link_sidebar .link_button_green { - @include button-secondary(); + @include button-primary(); } .report-this-request { |