From 57904efc7e574e4e44d12d8e3025003188cec452 Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 5 Apr 2024 08:59:44 -0300 Subject: [PATCH] docs: style the headers so that they separate sections more clearly --- docs/stylesheets/extra.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index c10014e5..a7fee9e0 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -9,3 +9,9 @@ img { .md-typeset__table table:not([class]) { display: table; } + +h2, h3, h4 { + padding: 0.5em 0; + text-align: center; + background-color: rgba(0, 0, 0, 0.5); +}