From 5b823bb4a9547bb937e5bdcb723275decf5b6c9d Mon Sep 17 00:00:00 2001 From: AbhishekJamhoriya Date: Thu, 10 Feb 2022 13:42:46 +0530 Subject: [PATCH 01/27] color: rgba(255, 255, 255, .75); Signed-off-by: AbhishekJamhoriya --- docs/v0.5/assets/css/style.css | 5 +++-- docs/v0.5/concepts/architecture/adapters.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/v0.5/assets/css/style.css b/docs/v0.5/assets/css/style.css index bc2033b3ec3..bc4348d7226 100644 --- a/docs/v0.5/assets/css/style.css +++ b/docs/v0.5/assets/css/style.css @@ -1021,7 +1021,7 @@ pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, .mt-4 { margin-top: 24px !important; } /* Set a $size margin on the right at $breakpoint */ -.mr-4 { margin-right: 24px !important; } +.mr-4 { margin-right: 24px !important;color: black; } /* Set a $size margin on the bottom at $breakpoint */ .mb-4 { margin-bottom: 24px !important; } @@ -1748,7 +1748,8 @@ pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, .px-1 { padding-right: 4px !important; padding-left: 4px !important; } /* Set a $size padding to the top & bottom at $breakpoint */ -.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; } +.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; color: rgba(255, 255, 255, .75); + font-weight: 900; } /* Set a $size padding to all sides at $breakpoint */ .p-2 { padding: 8px !important; } diff --git a/docs/v0.5/concepts/architecture/adapters.html b/docs/v0.5/concepts/architecture/adapters.html index 12539953a3e..a680069364a 100644 --- a/docs/v0.5/concepts/architecture/adapters.html +++ b/docs/v0.5/concepts/architecture/adapters.html @@ -188,7 +188,7 @@