Skip to content

Commit a9bd8cc

Browse files
Update custom.css
1 parent f20fcd0 commit a9bd8cc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ html{
137137
--ifm-alert-color: var(--ifm-color-gray-900);
138138
--ifm-alert-foreground-color: var(--ifm-color-gray-900);
139139
}
140+
/* alert - tip */
141+
.alert--tip{
142+
--ifm-alert-background-color: rgb(0, 176, 230);
143+
--ifm-alert-border-color: rgb(18, 198, 255); /* light blue of blue gradient */
144+
--ifm-alert-color: var(--ifm-color-gray-900);
145+
--ifm-alert-foreground-color: var(--ifm-color-gray-900);
146+
}
140147
/* alert - info */
141148
.alert--info{
142149
--ifm-alert-background-color: rgb(146, 159, 185);

0 commit comments

Comments
 (0)