From 14410b84696b29e428b2d84ce0362b3bf4ab4df4 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 2 Mar 2022 04:35:22 +0000 Subject: [PATCH] Drop a not-necessary bit of information --- docs/customisation/colors.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/customisation/colors.md b/docs/customisation/colors.md index cbb1dcb1a..e83b139c1 100644 --- a/docs/customisation/colors.md +++ b/docs/customisation/colors.md @@ -27,10 +27,6 @@ html_theme_options = { "color-brand-primary": "#7C4DFF", "color-brand-content": "#7C4DFF", }, - "dark_css_variables": { - "color-brand-primary": "#7C4DFF", - "color-brand-content": "#7C4DFF", - }, } ``` ````