From 0459c78fe53d1dd71f147f6a29397bfa096d5d38 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 24 Aug 2018 11:29:44 -0500 Subject: Remove jquery.scss; Combine multiple duplicate grays into global gray variables; Remove unused styles in common.scss --- app/assets/stylesheets/notify.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/notify.scss') diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss index a81e5eb5ebf..f24c80bd81c 100644 --- a/app/assets/stylesheets/notify.scss +++ b/app/assets/stylesheets/notify.scss @@ -7,12 +7,12 @@ img { p.details { font-style: italic; - color: $notify-details; + color: $gl-gray-500; } .footer > p { font-size: small; - color: $notify-footer; + color: $gl-gray-500; } pre.commit-message { -- cgit v1.2.1