diff --git a/docs/mesa3d_theme/static/screen.css_t b/docs/mesa3d_theme/static/screen.css_t index 7da46e264f3..c55f07c0a4f 100644 --- a/docs/mesa3d_theme/static/screen.css_t +++ b/docs/mesa3d_theme/static/screen.css_t @@ -96,3 +96,7 @@ div.citation > p:last-of-type:after { } {%- endif %} + +[data-bs-theme="dark"] { + --bs-body-color: #dee2e6 /* $gray-300 */; +}