Skip to content

Commit 3a75936

Browse files
Update custom.css
1 parent c1e7d35 commit 3a75936

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/css/custom.css

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

133133
/* alert - note */
134134
.alert--secondary{
135-
--ifm-alert-background-color: rgb(122, 138, 169); /* blue-grey */
135+
--ifm-alert-background-color: linear-gradient(to top right, #6184c9 0%, #12c6ff 100%); /* blue gradient */
136136

137-
--ifm-alert-border-color: rgb(122, 138, 169); /* blue-grey */
137+
--ifm-alert-border-color: rgb(18, 198, 255); /* bright blue of blue gradient */
138138

139139
--ifm-alert-color: var(--ifm-color-gray-900);
140140
--ifm-alert-foreground-color: var(--ifm-color-gray-900);
141141
}
142142
/* alert - info */
143143
.alert--info{
144-
--ifm-alert-background-color: rgb(117, 157, 209);
145-
--ifm-alert-border-color: rgb(117, 157, 209);
144+
--ifm-alert-background-color: linear-gradient(to bottom right, #ff3ea7 0%, #f2bd6d 100%); /* yellow-pink gradient */
145+
--ifm-alert-border-color: rgb(255, 62, 168); /* bright pink of yellow-pink gradient */
146146
--ifm-alert-color: var(--ifm-color-gray-900);
147147
--ra-admonition-icon-color: var(--ifm-color-gray-900);
148148
}

0 commit comments

Comments
 (0)