Skip to content

Commit bf59e98

Browse files
committed
Update some docs styling
1 parent 717e84c commit bf59e98

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/_static/custom.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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;
@@ -244,7 +244,8 @@ th {
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 */

0 commit comments

Comments
 (0)