* [PATCH] doc: make table headers more visible in guides
@ 2025-07-16 10:14 Thomas Monjalon
0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2025-07-16 10:14 UTC (permalink / raw)
To: dev
Set a background color to table header
so that it is visually easier to read.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/custom.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/custom.css b/doc/guides/custom.css
index b662abb34e..7db37ffc68 100644
--- a/doc/guides/custom.css
+++ b/doc/guides/custom.css
@@ -22,3 +22,8 @@
.section li > .first {
margin-top: 18px;
}
+
+/* Table head row more visible */
+th.head {
+ background-color: #ccc;
+}
--
2.47.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-16 10:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-16 10:14 [PATCH] doc: make table headers more visible in guides Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).