From a1623ccb9854fff83c449ff61be7357fd66ec3e5 Mon Sep 17 00:00:00 2001 From: Eviee Py Date: Fri, 20 Sep 2024 21:31:03 +1000 Subject: [PATCH] Fix strong bolding (CSS) --- docs/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 263e8457..9d8ad672 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -63,6 +63,10 @@ body { scrollbar-color: var(--color-scrollbar--light) var(--color-background-dim--light); } +strong { + font-weight: 700; +} + pre, code { font-family: var(--font-pre--mono);