From 451f37329c53dcf564a8cf79d6d901621eadec17 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 2 Jan 2023 18:37:39 +0530 Subject: changed heading colors in /docs --- static/scss/docs.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static/scss') diff --git a/static/scss/docs.scss b/static/scss/docs.scss index a995b33..b382476 100644 --- a/static/scss/docs.scss +++ b/static/scss/docs.scss @@ -9,8 +9,8 @@ $bgColorAlt: #444445; $fgColorAlt: #ffffff; $headingColor0: #2ed19b; -$headingColor1: #db4b91; -$headingColor2: #638dcf; +$headingColor1: #638dcf; +$headingColor2: #db4b91; $linkColor: #eda74a; $linkColorAlt: #db4b91; @@ -63,15 +63,15 @@ img { background-color: $headingColor0; } -h1, h2 { +h1, h4 { color: $headingColor0; } -h3, h4 { +h2, h5 { color: $headingColor1; } -h5, h6 { +h3, h6 { color: $headingColor2; } -- cgit v1.2.3