From 771c56e6019605097cdc75f0cb4552d0f976f854 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Thu, 26 Jun 2025 13:15:36 -0400 Subject: [PATCH] Update tricks.md --- docs/handbook/meta/tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/meta/tricks.md b/docs/handbook/meta/tricks.md index b35fa01..2b4893c 100644 --- a/docs/handbook/meta/tricks.md +++ b/docs/handbook/meta/tricks.md @@ -15,7 +15,7 @@ To hide the title on a page (like on the [:octicons-arrow-right-16: Home page](. ## Images ### Logo Size -When embedding a site logo in a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), the sweet spot seems to be `300px` for the image width so that it doesn't look "off". +When embedding a site logo in a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), the sweet spot seems to be `300px` for the image width so that it doesn't look "off". Or, it may be that the image height is `150px`. Need to experiment with other logos on pages. ### Different images for dark/light mode You can use `#only-dark` to only show an image in dark mode, and `#only-light` to only show an image in light mode. For example: