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:
authorPiotr Stankowski <git@trakos.pl>2022-07-17 00:09:32 +0300
committerPiotr Stankowski <git@trakos.pl>2022-07-17 00:12:55 +0300
commit699166dfe91c09b97a4650c141dae182f70b0b86 (patch)
tree31eb696f9ebd6166f860fdffcd21e32232c0d8de
parent1f1225db1e9bc3cf0756bc420a61e597b99483cb (diff)
Fix mermaid styling for git diagrams
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 5866f6b6..35303b80 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -447,7 +447,7 @@ ol {
font-size: 0.9rem !important;
}
- rect,
+ rect:not(.branchLabelBkg, .commit-label-bkg),
polygon {
fill: $white !important;
stroke: $gray-300 !important;