From a945bdfc4cd5d35f123ec3a4eabc6f5fb041b221 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Fri, 5 Apr 2024 10:07:42 -0700 Subject: [PATCH] update docs style --- docs/mint.json | 4 ++-- docs/style.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/mint.json b/docs/mint.json index 01c520ba0..ebd4fca0b 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -472,7 +472,7 @@ ] }, { - "group": "Secret tags", + "group": "Secret Tags", "pages": [ "api-reference/endpoints/secret-tags/list", "api-reference/endpoints/secret-tags/create", @@ -492,7 +492,7 @@ ] }, { - "group": "Secret imports", + "group": "Secret Imports", "pages": [ "api-reference/endpoints/secret-imports/list", "api-reference/endpoints/secret-imports/create", diff --git a/docs/style.css b/docs/style.css index 6674ce2c6..b76d06450 100644 --- a/docs/style.css +++ b/docs/style.css @@ -63,6 +63,30 @@ border-color: #ebebeb; } +#content-area .mt-8 .rounded-xl{ + border-radius: 0; +} + +#content-area .mt-8 .rounded-lg{ + border-radius: 0; +} + +#content-area .mt-6 .rounded-xl{ + border-radius: 0; +} + +#content-area .mt-6 .rounded-lg{ + border-radius: 0; +} + +#content-area .mt-6 .rounded-md{ + border-radius: 0; +} + +#content-area .mt-8 .rounded-md{ + border-radius: 0; +} + #content-area div.my-4{ border-radius: 0; border-width: 1px; @@ -78,6 +102,10 @@ border-radius: 0; } +#content-area a { + border-radius: 0; +} + #content-area .not-prose { border-radius: 0; }