From 58beb33d4fd36456a1057d111fd764842c358474 Mon Sep 17 00:00:00 2001 From: rebortg Date: Fri, 1 Apr 2022 11:42:53 +0200 Subject: add sphinx panels and create 6 panels on index.rst (cherry picked from commit 9708481d5e539a4b5c3d13b1a774abcda84df138) --- docs/_static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_static/css/custom.css') diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 10596a39..331a7720 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -1,3 +1,8 @@ +div.card-header { + font-weight: bold; + background: #fdab10; +} + span.opcmd, span.cfgcmd { font-weight: bold; -- cgit v1.2.3