From 44dbef7366e18f504d23507e4088c33e489c1b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=98=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Wed, 19 Aug 2026 08:25:07 +0300 Subject: [PATCH] style: soften inline code in short answers --- src/styles/markdown-details.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/markdown-details.css b/src/styles/markdown-details.css index c3ace52..173fc70 100644 --- a/src/styles/markdown-details.css +++ b/src/styles/markdown-details.css @@ -68,6 +68,10 @@ background: var(--accent-soft); } +.content details .answer-short code { + background: color-mix(in srgb, var(--code-bg) 40%, var(--accent-soft)); +} + .content details .answer-short > :last-child, .content details .answer-full > :last-child { margin-bottom: 0;