We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20fcd0 commit a9bd8ccCopy full SHA for a9bd8cc
1 file changed
src/css/custom.css
@@ -137,6 +137,13 @@ html{
137
--ifm-alert-color: var(--ifm-color-gray-900);
138
--ifm-alert-foreground-color: var(--ifm-color-gray-900);
139
}
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
+}
147
/* alert - info */
148
.alert--info{
149
--ifm-alert-background-color: rgb(146, 159, 185);
0 commit comments