We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e894032 + 2a46142 commit ead1b13Copy full SHA for ead1b13
1 file changed
user_guide_src/source/_static/css/citheme.css
@@ -263,6 +263,16 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
263
background: #dd4814;
264
}
265
266
+.versionadded {
267
+ background: #dff0d8;
268
+ padding: 0 5px;
269
+}
270
+
271
+.deprecated:not(.versionmodified) {
272
+ background: #f2dede;
273
274
275
276
/* Footer ------------------------------------------------------------------- */
277
278
.rst-footer-buttons {
0 commit comments