From 771e1c920f7b3988314262cad4ef079e7df83639 Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Tue, 6 Jan 2026 00:40:03 +0100 Subject: [PATCH 1/5] fix: proper toc color in light mode --- src/app/styles/notion.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/styles/notion.css b/src/app/styles/notion.css index eacf721..f4b655c 100644 --- a/src/app/styles/notion.css +++ b/src/app/styles/notion.css @@ -10,22 +10,21 @@ @reference "./global.css"; -/* Light mode colors */ -.notion-table-of-contents-item { - color: #5d5d5f !important; -} - -/* Dark mode colors */ .notion { @apply !bg-[hsl(var(--b1))] !text-[hsl(var(--bc))]; } -.notion-table-of-contents-item { - @apply dark:!text-[#b0b0b0]; +.notion-table-of-contents-item, +.notion-table-of-contents-item-body, +.notion-table-of-contents a { + color: #5d5d5f !important; + opacity: 1 !important; } -.notion-table-of-contents a { - @apply dark:text-[hsl(var(--bc))] dark:opacity-70; +:is([data-theme="dark"], .dark) .notion-table-of-contents-item, +:is([data-theme="dark"], .dark) .notion-table-of-contents-item-body, +:is([data-theme="dark"], .dark) .notion-table-of-contents a { + color: #b0b0b0 !important; } .notion-asset-caption { From 77946df8ec182b494674f46864f4860823efa25c Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Tue, 6 Jan 2026 01:30:14 +0100 Subject: [PATCH 2/5] refactor: update link and username to tg blog --- src/app/about/components/social-media.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/components/social-media.tsx b/src/app/about/components/social-media.tsx index 79538eb..d755e4a 100644 --- a/src/app/about/components/social-media.tsx +++ b/src/app/about/components/social-media.tsx @@ -38,9 +38,9 @@ export const SocialMedia = ({ icon: FaSquareXTwitter, }, { - href: "https://t.me/khaykingleb_blog", + href: "https://t.me/blog_khaykingleb", platform: "Telegram", - label: "@khaykingleb_blog", + label: "@blog_khaykingleb", icon: FaTelegram, }, { From 89a6ea3ba92610aa5266b9418a51425ec0479cda Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Tue, 6 Jan 2026 01:31:05 +0100 Subject: [PATCH 3/5] refactor: update text in /about page --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bf11c3b..987e824 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -57,8 +57,8 @@ export default function AboutPage() {