aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2018-12-03 13:18:36 +0100
committerThéo Zimmermann2018-12-03 13:59:38 +0100
commitc01490985794c3ddaad4b9fa2b951a0b8599bdea (patch)
treeaa41144b404abccb24513ed6fe05a3b379e55fdf
parent5e58df994c31776563d8832c0eb65e51d24e7652 (diff)
[sphinx] Same rendering for :n:`@token` and :token:`token`.
Co-authored-by: Clément Pit-Claudel <clement.pitclaudel@live.com>
-rw-r--r--doc/sphinx/_static/notations.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css
index f899945a35..dcb47d1786 100644
--- a/doc/sphinx/_static/notations.css
+++ b/doc/sphinx/_static/notations.css
@@ -60,9 +60,10 @@
margin-right: 0.4em; /* Space for the right half of the sub- and sup-scripts */
}
-.notation .hole {
+.notation .hole, .std-token .pre {
color: #4e9a06;
font-style: italic;
+ font-weight: bold;
}
/***********************/