From a8321c6f6431d83f96ee0934576f8c9f0dbeddc0 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 3 Apr 2025 15:00:10 -0400 Subject: Docs: Set note/warning title color to black text The white text previously used (inadvertently) doesn't show up well against the blue color used as the background for Note boxes. --- docs/theme/extra/css/notes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/theme/extra/css/notes.css') diff --git a/docs/theme/extra/css/notes.css b/docs/theme/extra/css/notes.css index a9ef4973a..70f364e0a 100644 --- a/docs/theme/extra/css/notes.css +++ b/docs/theme/extra/css/notes.css @@ -14,7 +14,7 @@ min-width: min-content; font-weight: bold; font-size: 120%; - color: #fff; + color: #000; } .note-topbar .glyphicon { top: 2px; -- cgit v1.2.3