66
77/* You can override the default Infima variables here. */
88: root {
9- --ifm-color-primary : # 004eff ;
9+ --ifm-color-primary : # 006399 ;
1010 --ifm-color-primary-dark : # 1b47c2 ; /* Darker shade */
1111 --ifm-color-primary-darker : # 1941b1 ; /* Even darker */
1212 --ifm-color-primary-darkest : # 153693 ; /* Darkest */
1919
2020/* For readability concerns, you should choose a lighter palette in dark mode. */
2121[data-theme = "dark" ] {
22- --ifm-color-primary : # 3e76ff ;
22+ --ifm-color-primary : # 006399 ;
2323 --ifm-color-primary-dark : # 1b47c2 ; /* Darker shade */
2424 --ifm-color-primary-darker : # 1941b1 ; /* Even darker */
2525 --ifm-color-primary-darkest : # 153693 ; /* Darkest */
9494.menu__link--active : not (.menu__link--sublist ) {
9595 font-weight : 600 ;
9696 transition : color 0.25s ;
97- color : # 3e76ff ;
97+ color : # 006399 ;
9898 font-size : 13px ;
9999 border-left-style : solid;
100100 border-left-width : 4px ;
101101 padding-left : 8px !important ;
102102}
103103
104+ [data-theme = "dark" ] .menu__link--active : not (.menu__link--sublist ) {
105+ color : # 2690C9 ;
106+ }
107+
108+ [data-theme = "dark" ] .breadcrumbs__item--active .breadcrumbs__link {
109+ color : # 2690C9 ;
110+ }
111+
112+ [data-theme = "dark" ] a {
113+ color : # 2690C9 ;
114+ }
115+
104116.menu__link--active : is (.theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible > .menu__link--sublist ) {
105117 font-weight : 600 ;
106118 transition : color 0.25s ;
107- color : # 3e76ff ;
119+ color : # 006399 ;
108120 font-size : 13px ;
109121 border-left-style : solid;
110122 border-left-width : 4px ;
292304
293305
294306# __docusaurus > nav > div .navbar__inner > div .navbar__items .navbar__items--right > a : nth-child (3 ) {
295- background-color : # 004eff ;
296- border-radius : var ( --rounded-full , 9999 px ) ;
307+ background-color : # 006399 ;
308+ border-radius : 8 px ;
297309 color : # f3f5f7 ;
298310 font-size : 0.75rem ;
299311 font-weight : 500 ;
@@ -449,7 +461,7 @@ html[data-theme="dark"] .one {
449461}
450462
451463.card : hover {
452- border : 1px solid # 3e76ff ;
464+ border : 1px solid # 006399 ;
453465}
454466
455467.card-icon {
@@ -461,7 +473,7 @@ html[data-theme="dark"] .one {
461473}
462474
463475.icon-style {
464- color : # 3e76ff ;
476+ color : # 006399 ;
465477}
466478
467479.card-title {
0 commit comments