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:
authorEvan Read <eread@gitlab.com>2022-03-08 08:33:41 +0300
committerEvan Read <eread@gitlab.com>2022-03-08 09:13:02 +0300
commit7801676b348b718158c7ad3c30bf7a7e2f129752 (patch)
tree3cd178746631a708f80332427a61bd29bc54481a
parent64b84b9e99a6e0be13bea10c282cfa6dcf8f9e7b (diff)
Adjust Mermaid color scheme for more shapes
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 991419b6..2f66dd61 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -441,7 +441,8 @@ ol {
font-size: 0.9rem !important;
}
- rect {
+ rect,
+ polygon {
fill: $white !important;
stroke: $gray-300 !important;
}