diff --git a/src/css/custom.scss b/src/css/custom.scss index 6ea7bb4a81b..330c48fc507 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -135,6 +135,7 @@ body { [data-theme='dark'] .theme-admonition-tip.alert--success .alert-content { background-color: rgba(255,255,255,0.1); + } [data-theme='dark'] .DocSearch-Hit-source { @@ -1149,6 +1150,10 @@ button.DocSearch { .alert-content { background: var(--click-color-warning-background) !important; + + code { + background: #bfbfbf !important; + } } }