From 8351f5b2e1180989c27afb76f0dbba19f536a9a1 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Thu, 10 Sep 2026 21:48:20 +0700 Subject: [PATCH] docs: Improve inline code colors in documentation --- docs/_sass/custom/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index bdaedb9b..cfa86b24 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -49,6 +49,12 @@ code { border-radius: 4px; } +.main-content code:not(pre code):not(figure code) { + color: #6639a6; + background-color: #f5f0ff; + border-color: #e4d8f5; +} + div.highlighter-rouge, figure.highlight { margin: 1rem 0 1.25rem;