diff options
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r-- | app/assets/stylesheets/notify.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss index 2bf823993d7..6320c10fb51 100644 --- a/app/assets/stylesheets/notify.scss +++ b/app/assets/stylesheets/notify.scss @@ -36,5 +36,5 @@ pre.commit-message { } .gl-label-text-dark { - color: $gl-gray-800; + color: $gl-text-color; } |