Pale color for definition terms at docs.rtems.org
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Aug 7 05:50:55 UTC 2020
Hello,
after the Sphinx update I think the color of the definition terms is
quite pale:
https://docs.rtems.org/branches/master/c-user/event_manager.html#directives
Removing the "dt" stuff from my-style.css seems to fix the problem.
However, I have absolutely no idea what I changed and what this stuff is
supposed to do.
diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css
index bc67c33..724cb2b 100644
--- a/common/_static/my-styles.css
+++ b/common/_static/my-styles.css
@@ -10,14 +10,6 @@
padding: 0 0 0 2em;
}
-.rtemsdefine dt {
- color: #408090;
-}
-
-.rtemsdefine dd {
- color: #408090;
-}
-
.rtemscommand {
border: 1px solid #808b89;
border-radius: 5px;
@@ -25,10 +17,6 @@
color: #5e6664
}
-.rtemsoption dt {
- color: #a87892;
-}
-
.highlight {
background: rgba(250, 252, 237);
color: rgba(0, 0, 0);
@@ -128,15 +116,6 @@ table.rtems-table.docutils td {
color: #333333;
}
-/*
- * Option description name.
- */
-.rst-content dl:not(.docutils) dt {
- background: transparent;
- color: #11111111;
- border-top: 0px;
-}
-
/*
* Nav side-bar in RTEMS colours.
*/
More information about the devel
mailing list