Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-02-23 01:57:48 +0300
committerDavid O'Regan <doregan@gitlab.com>2023-02-23 01:57:48 +0300
commit5fd4f5f76423e533ee4df7163289a6e379ba26a6 (patch)
tree95efda6eccc31c99644217ee69c2c391c17e04ce /content/assets/stylesheets/help.scss
parent5dfa2c9881ccf9c160d3de176bb5b88f2bf55f68 (diff)
Accessibility improvements
Diffstat (limited to 'content/assets/stylesheets/help.scss')
-rw-r--r--content/assets/stylesheets/help.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/assets/stylesheets/help.scss b/content/assets/stylesheets/help.scss
index 1262e45b..7bc7caa3 100644
--- a/content/assets/stylesheets/help.scss
+++ b/content/assets/stylesheets/help.scss
@@ -21,15 +21,15 @@
}
}
- h4,
- h5 {
+ h2,
+ h3 {
border-bottom: 0;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
}
- h4[id]::before {
+ h2[id]::before {
display: none;
}