From 4fe514b104f041ecd9f6ae437eb69ab9231411fa Mon Sep 17 00:00:00 2001 From: Daanish Shaikh <148933765+DaanishShaikh@users.noreply.github.com> Date: Tue, 17 Mar 2026 23:49:59 +0530 Subject: [PATCH] Modify Infima color variables in custom.css Updated primary color variables for Infima theme. the previous ones had exactly same light and dark themes --- src/css/custom.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 23b9af9dd..9d6be560f 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -7,14 +7,13 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #f89901; - --ifm-color-primary-dark: rgb(228, 167, 0); - --ifm-color-primary-darker: rgb(189, 176, 0); - --ifm-color-primary-darkest: rgb(184, 156, 0); - --ifm-color-primary-light: rgb(228, 167, 0); - --ifm-color-primary-lighter: rgb(189, 176, 0); - --ifm-color-primary-lightest: rgb(184, 156, 0); - --ifm-code-font-size: 95%; + --ifm-color-primary: rgb(248, 153, 1); + --ifm-color-primary-dark: rgb(216, 130, 0); + --ifm-color-primary-darker: rgb(198, 118, 0); + --ifm-color-primary-darkest: rgb(163, 95, 0); + --ifm-color-primary-light: rgb(255, 171, 38); + --ifm-color-primary-lighter: rgb(255, 184, 77); + --ifm-color-primary-lightest: rgb(255, 214, 153); } .docusaurus-highlight-code-line {