Skip to content

Commit f20fcd0

Browse files
Update custom.css
1 parent 3ae3ad5 commit f20fcd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ html{
132132

133133
/* alert - note */
134134
.alert--secondary{
135-
--ifm-alert-background-color: rgb(128, 225, 255);
136-
--ifm-alert-border-color: rgb(18, 198, 255); /* bright blue of blue gradient */
135+
--ifm-alert-background-color: rgb(232, 237, 244); /* light-grey */
136+
--ifm-alert-border-color: rgb(122, 138, 169); /* blue-grey */
137137
--ifm-alert-color: var(--ifm-color-gray-900);
138138
--ifm-alert-foreground-color: var(--ifm-color-gray-900);
139139
}
140140
/* alert - info */
141141
.alert--info{
142-
--ifm-alert-background-color: rgb(146, 159, 185);
142+
--ifm-alert-background-color: rgb(146, 159, 185);
143143
--ifm-alert-border-color: rgb(122, 138, 169); /*blue-grey */
144144
--ifm-alert-color: var(--ifm-color-gray-900);
145145
--ra-admonition-icon-color: var(--ifm-color-gray-900);

0 commit comments

Comments
 (0)