From 89c4287dc1d423987b3ed83c28335bb3dcb0f06e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 11:01:56 +0200 Subject: Adding upstream version 1.0.0. Signed-off-by: Daniel Baumann --- docs/stylesheets/extra.material.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/stylesheets/extra.material.css') diff --git a/docs/stylesheets/extra.material.css b/docs/stylesheets/extra.material.css index 09d7c8d..1724da9 100644 --- a/docs/stylesheets/extra.material.css +++ b/docs/stylesheets/extra.material.css @@ -61,6 +61,12 @@ --md-code-border-color: #aec6db4f; } +.md-banner { + background-color: #f5c842; + color: #000000; + +} + @media only screen and (min-width: 76.25em) { .md-main__inner, .md-header__inner { max-width: 85%; @@ -128,12 +134,8 @@ font-weight: bold; } - .md-typeset h4::before { - content: ">> "; - } - .md-typeset h4 { - font-size: 1.1rem; + font-size: 0.9rem; margin: 1em 0; font-weight: 700; letter-spacing: -.01em; -- cgit v1.2.3