File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77/* You can override the default Infima variables here. */
88: root {
9- --ifm-color-primary : # be1b55ff ;
10- --ifm-color-primary-dark : # be1b55ff ;
11- --ifm-color-primary-darker : # be1b55ff ;
12- --ifm-color-primary-darkest : # be1b55ff ;
13- --ifm-color-primary-light : # be1b55ff ;
14- --ifm-color-primary-lighter : # be1b55ff ;
15- --ifm-color-primary-lightest : # be1b55ff ;
9+ --ifm-color-primary : rgb ( 67 , 31 , 242 ) ;
10+ --ifm-color-primary-dark : rgb ( 67 , 31 , 242 ) ;
11+ --ifm-color-primary-darker : rgb ( 67 , 31 , 242 ) ;
12+ --ifm-color-primary-darkest : rgb ( 67 , 31 , 242 ) ;
13+ --ifm-color-primary-light : rgb ( 67 , 31 , 242 ) ;
14+ --ifm-color-primary-lighter : rgb ( 67 , 31 , 242 ) ;
15+ --ifm-color-primary-lightest : rgb ( 67 , 31 , 242 ) ;
1616 --ifm-code-font-size : 95% ;
1717 --docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
1818}
You canβt perform that action at this time.
0 commit comments