Skip to content

Commit d16255f

Browse files
committed
docs: add background color for versionadded and deprecated
1 parent e894032 commit d16255f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

user_guide_src/source/_static/css/citheme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,14 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
263263
background: #dd4814;
264264
}
265265

266+
.versionadded {
267+
background: #dff0d8;
268+
}
269+
270+
.deprecated {
271+
background: #f2dede;
272+
}
273+
266274
/* Footer ------------------------------------------------------------------- */
267275

268276
.rst-footer-buttons {

0 commit comments

Comments
 (0)