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 4646 --color-important-background : # cd526a05 ;
4747 --color-note-background--title : # 269da1 ;
4848 --color-note-background : # 269da105 ;
49- --color-versionadd-background--title : # 5aa569 ;
49+ --color-versionadd-background--title : # 3c4d5f ;
5050 --color-versionadd-background : # 5aa56905 ;
5151 --color-versionchange-background--title : # 616faf ;
5252 --color-versionchange-background : # 616faf05 ;
244244}
245245
246246.versionadded {
247- background-color : var (--color-versionadd-background ) !important ;
247+ background-color : transparent !important ;
248+ box-shadow : none !important ;
248249}
249250
250251.versionmodified .added {
@@ -392,6 +393,10 @@ body.theme-dark {
392393 blockquote {
393394 border-color : # 2b4459!important ;
394395 }
396+
397+ .versionadded {
398+ background-color : transparent !important ;
399+ }
395400}
396401
397402.theme-dark {
@@ -641,6 +646,7 @@ dl.py > dd {
641646
642647.versionmodified {
643648 padding : .25rem .5rem ;
649+ font-size : 0.9em ;
644650}
645651
646652/* Fix padding on meth/prop dd */
You can’t perform that action at this time.
0 commit comments