fix for dark mode text
This commit is contained in:
		
							parent
							
								
									9f1575a285
								
							
						
					
					
						commit
						778cd261e0
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
					@ -39,18 +39,17 @@ a {
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					html.dark .baselayout,
 | 
				
			||||||
 | 
					html.dark .docslayout {
 | 
				
			||||||
 | 
					  background-color: hsl(var(--bg-900));
 | 
				
			||||||
 | 
					  color: hsl(var(--secondary-400));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
html.dark {
 | 
					html.dark {
 | 
				
			||||||
  & .header {
 | 
					  & .header {
 | 
				
			||||||
    background-color: hsl(var(--secondary-900));
 | 
					    background-color: hsl(var(--secondary-900));
 | 
				
			||||||
    color: hsl(var(--secondary-500));
 | 
					    color: hsl(var(--secondary-500));
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					 | 
				
			||||||
  & .baselayout,
 | 
					 | 
				
			||||||
  .docslayout {
 | 
					 | 
				
			||||||
    background-color: hsl(var(--bg-900));
 | 
					 | 
				
			||||||
    color: hsl(var(--secondary-400));
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* layout and positioning */
 | 
					/* layout and positioning */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue