File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments