Skip to content

Commit a2c1f5d

Browse files
style: tip background contrast a bit more readable in dark theme (#688)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 66f3a0b commit a2c1f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/docusaurus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ a.card {
136136
}
137137

138138
.alert--success {
139-
--ifm-alert-background-color: transparent;
139+
--ifm-alert-background-color: #181818;
140140
--ifm-alert-border-color: var(--ifm-color-primary);
141141
--ifm-alert-background-color-highlight: var(--ifm-color-primary);
142142
}

0 commit comments

Comments
 (0)