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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2020-11-12 21:10:07 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2020-11-12 21:10:07 +0300
commit109836bec923dea0a65175b8deb2c6214486331a (patch)
tree081ee97134eaf70abf6b21e6d719bfda75af7b1e /content
parentbc7820f66912bff8c2173f0520d8b592b35ab0ae (diff)
Version history look and feel update
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index d51cf515..29e570ef 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 81
+version: 82
---
@import "variables";
@@ -820,10 +820,9 @@ a.global-nav-link {
// Version history ("Introduced in") notes
.introduced-in {
font-size: $introduced-in-font-size;
- color: $gds-gray-700;
+ color: $gds-black;
.introduced-in-content {
- border-left: solid 1px $gds-gray-500;
margin-top: 8px;
ul {