File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 46
46
--color-important-background : # cd526a05 ;
47
47
--color-note-background--title : # 269da1 ;
48
48
--color-note-background : # 269da105 ;
49
- --color-versionadd-background--title : # 5aa569 ;
49
+ --color-versionadd-background--title : # 3c4d5f ;
50
50
--color-versionadd-background : # 5aa56905 ;
51
51
--color-versionchange-background--title : # 616faf ;
52
52
--color-versionchange-background : # 616faf05 ;
244
244
}
245
245
246
246
.versionadded {
247
- background-color : var (--color-versionadd-background ) !important ;
247
+ background-color : transparent !important ;
248
+ box-shadow : none !important ;
248
249
}
249
250
250
251
.versionmodified .added {
@@ -392,6 +393,10 @@ body.theme-dark {
392
393
blockquote {
393
394
border-color : # 2b4459!important ;
394
395
}
396
+
397
+ .versionadded {
398
+ background-color : transparent !important ;
399
+ }
395
400
}
396
401
397
402
.theme-dark {
@@ -641,6 +646,7 @@ dl.py > dd {
641
646
642
647
.versionmodified {
643
648
padding : .25rem .5rem ;
649
+ font-size : 0.9em ;
644
650
}
645
651
646
652
/* Fix padding on meth/prop dd */
You can’t perform that action at this time.
0 commit comments