Commit 5265fe45 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'ps-fix-heading-style-email-diffs' into 'master'

Fix inconsistent heading style in email diffs

See merge request gitlab-org/gitlab!55420
parents 8f62af3b 506b9af5
......@@ -27,7 +27,7 @@ $highlighted-gd-bg: #fdd;
$highlighted-gd-x: #000;
$highlighted-gd-x-bg: #faa;
$highlighted-gr: #a00;
$highlighted-gh: #999;
$highlighted-gh: #800080;
$highlighted-gi: #000;
$highlighted-gi-bg: #dfd;
$highlighted-gi-x: #000;
......@@ -185,7 +185,9 @@ span.highlight_word {
.ge { font-style: italic; }
.gr { color: $highlighted-gr; }
.gh { color: $highlighted-gh; }
.gh { color: $highlighted-gh;
font-weight: $gl-font-weight-bold; }
.gi {
color: $highlighted-gi;
......
---
title: Fix inconsistent heading style in email diffs
merge_request: 55420
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment