diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-09 09:08:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-09 09:08:34 +0000 |
commit | bbfe48cb82476eb8b3f6e52f728d5f39ac6bc385 (patch) | |
tree | a038768901a81cad2eee8896800305372a306bb4 /app/assets/stylesheets | |
parent | 3feda79a555559174b585f8d55a758650737e5c9 (diff) | |
download | gitlab-ce-bbfe48cb82476eb8b3f6e52f728d5f39ac6bc385.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index feedc40b487..b1e44a81267 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -158,8 +158,8 @@ } hr { - // Darken 'whitesmoke' a bit to make it more visible in note bodies - border-color: darken($gray-normal, 8%); + border-color: rgba($black, 0.15); + margin: 10px 0; } |