From 224e7e34d96286e6a95fe4ea86956b7b0b74e580 Mon Sep 17 00:00:00 2001 From: "Ashwin V. Mohanan" Date: Mon, 7 Oct 2024 15:01:58 +0200 Subject: [PATCH] Fix background of typealong directive, which differs from type-along in sphinx-lesson --- content/_static/overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_static/overrides.css b/content/_static/overrides.css index cdd28d1..9d3d191 100644 --- a/content/_static/overrides.css +++ b/content/_static/overrides.css @@ -83,7 +83,7 @@ background: rgba(221, 221, 221, 0.3); } .rst-content .typealong > .admonition-title { - background: rgba(187, 187, 187, 1.0); + background: rgba(89, 89, 89, 1.0); } .rst-content .typealong > .admonition-title::before { content: "\02328";