2727 --ifm-color-primary-lighter : # bfdbfe ;
2828 --ifm-color-primary-lightest : # dbeafe ;
2929 --docusaurus-highlighted-code-line-bg : rgba (96 , 165 , 250 , 0.15 );
30- }
31-
32- /* Additional blue theme customizations to match the reference site */
33- .alert--info {
34- --ifm-alert-background-color : rgba (37 , 99 , 235 , 0.1 );
35- --ifm-alert-border-color : rgba (37 , 99 , 235 , 0.4 );
36- --ifm-alert-foreground-color : # 1d4ed8 ;
37- }
38-
39- [data-theme = 'dark' ] .alert--info {
40- --ifm-alert-background-color : rgba (30 , 58 , 138 , 0.4 );
41- --ifm-alert-border-color : rgba (37 , 99 , 235 , 0.5 );
42- --ifm-alert-foreground-color : # 60a5fa ;
43- }
44-
45- /* Style links to match blue theme */
46- .markdown a {
47- color : var (--ifm-color-primary );
48- }
49-
50- .markdown a : hover {
51- color : var (--ifm-color-primary-dark );
52- }
53-
54- /* Custom admonition styling to match reference site */
55- .admonition .admonition-info {
56- border-color : var (--ifm-color-primary );
57- background-color : rgba (37 , 99 , 235 , 0.1 );
58- }
59-
60- [data-theme = 'dark' ] .admonition .admonition-info {
61- border-color : var (--ifm-color-primary );
62- background-color : rgba (30 , 58 , 138 , 0.4 );
63- }
30+ }
0 commit comments