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>2024-01-22 23:30:18 +0300
committerSarah German <sgerman@gitlab.com>2024-01-22 23:30:18 +0300
commit398f78595923a892919125d82754410de194b813 (patch)
tree0f6ddec3f897c0f5b276cb0da27810534692c2cb
parentd5237fb3b19a6bfbd37b8377b2d4d8a03a4f69f4 (diff)
Set text color for details
-rw-r--r--content/assets/stylesheets/_typography.scss2
-rw-r--r--content/assets/stylesheets/stylesheet.scss1
2 files changed, 2 insertions, 1 deletions
diff --git a/content/assets/stylesheets/_typography.scss b/content/assets/stylesheets/_typography.scss
index 1dac9dd2..14bad7d9 100644
--- a/content/assets/stylesheets/_typography.scss
+++ b/content/assets/stylesheets/_typography.scss
@@ -173,9 +173,9 @@
}
.introduced-in {
+ color: $gray-800;
border-left: 2px solid $color-tanuki-light;
padding-left: 0.75rem;
- margin-bottom: 1.5rem;
font-size: 0.875rem;
line-height: 1.65rem;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index da8a8325..a5fc616d 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -264,6 +264,7 @@ ol {
.alert-details {
font-size: 0.875rem;
+ color: $gray-800;
border-left: 2px solid $color-tanuki-light;
padding: 0 0 0 0.75rem;
margin-bottom: 0;