From 9708481d5e539a4b5c3d13b1a774abcda84df138 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 --- docs/_static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_static/css') diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index d857abd6..5b673f18 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