From 18c67e4f20f52fdf2095c7bb022e86da5f7825f2 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 17 Oct 2023 15:07:35 +0300 Subject: [PATCH] squash! --- Documentation/assets/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/assets/custom.css b/Documentation/assets/custom.css index b34cb5d..e3a4462 100644 --- a/Documentation/assets/custom.css +++ b/Documentation/assets/custom.css @@ -42,7 +42,8 @@ body .tsd-description .tsd-signatures .tsd-signature, body .tsd-signature, body .tsd-signatures .tsd-signature, body .tsd-typography td, -body .tsd-typography th { +body .tsd-typography th, +body code.tsd-tag { border-radius: 12px; border-width: 2px; }