From adce2476385b5a2d6082c5c38ea5e4e1a872834c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 4 Oct 2023 00:11:21 +0300 Subject: [PATCH] squash! --- Documentation/assets/custom.css | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Documentation/assets/custom.css b/Documentation/assets/custom.css index 2a15bee..f989798 100644 --- a/Documentation/assets/custom.css +++ b/Documentation/assets/custom.css @@ -3,7 +3,6 @@ --dark-color-background-secondary: #000; --dark-code-background: #040404; --color-accent: #2463eb; - --dark-hl-0: #ffdd00; --dark-hl-1: #ff66ff; --dark-hl-2: #ff4444; @@ -39,10 +38,10 @@ body .tsd-page-navigation a { border-radius: 8px; } -.tsd-signature, -.tsd-signatures .tsd-signature, -.tsd-typography td, -.tsd-typography th { +body .tsd-signature, +body .tsd-signatures .tsd-signature, +body .tsd-typography td, +body .tsd-typography th { border-radius: 12px; border-width: 2px; } diff --git a/package.json b/package.json index 2031c5d..0326db6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "astro": "3.2.2", - "typescript-esbuild": "0.2.10" + "typescript-esbuild": "0.2.12" }, "publishConfig": { "access": "public"