diff options
| author | FeRD (Frank Dana) <ferdnyc@gmail.com> | 2025-04-03 15:00:10 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-04-03 16:59:15 -0400 |
| commit | a8321c6f6431d83f96ee0934576f8c9f0dbeddc0 (patch) | |
| tree | ae55e5ff10689652d2d8c847ddb4f329435dabdc | |
| parent | 23a12c3306e54d8a94c8eeabd956842c202c9e0b (diff) | |
| download | meson-a8321c6f6431d83f96ee0934576f8c9f0dbeddc0.tar.gz | |
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.
| -rw-r--r-- | docs/theme/extra/css/notes.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
