We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132558 commit 9a4d261Copy full SHA for 9a4d261
1 file changed
user_guide_src/source/_static/css/citheme_dark.css
@@ -289,6 +289,14 @@
289
box-shadow: 0 0 0 2px #b3a159;
290
}
291
292
+ .versionadded {
293
+ background: #275b11;
294
+ }
295
+
296
+ .deprecated:not(.versionmodified) {
297
+ background: #86371b;
298
299
300
/* Elements ----------------------------------------------------------------- */
301
302
.highlight .m {
0 commit comments