 4949c31860
			
		
	
	4949c31860
	
	
	
		
			
			* docusaurus-theme: Fix header alignment, overscroll, vertical padding. * docusaurus-theme: Lint. * website/docs: Update package-lock.
		
			
				
	
	
		
			23 lines
		
	
	
		
			490 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			490 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| :root {
 | |
|     --ifm-menu-link-padding-vertical: 0.5em;
 | |
| }
 | |
| 
 | |
| .menu__list-item {
 | |
|     font-family: var(--ifm-heading-font-family);
 | |
|     font-weight: 400;
 | |
| }
 | |
| 
 | |
| .navbar-sidebar__items:not(.navbar-sidebar__items--show-secondary) {
 | |
|     --ifm-menu-color: var(--white);
 | |
|     --ifm-menu-color-active: var(--white);
 | |
| 
 | |
|     .menu__list-item {
 | |
|         font-size: var(--ifm-h3-font-size);
 | |
|         filter: drop-shadow(0px -1px var(--ifm-color-primary-darker));
 | |
|     }
 | |
| }
 | |
| 
 | |
| .breadcrumbs__link {
 | |
|     font-weight: 400;
 | |
| }
 |