mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	ajustement couleurs mode sombre
This commit is contained in:
		
							parent
							
								
									bf9666fd76
								
							
						
					
					
						commit
						2232155f96
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		|  | @ -12,6 +12,13 @@ | |||
|   border-color: $color-hero; | ||||
| } | ||||
| 
 | ||||
| .theme--dark { | ||||
|   .hero { | ||||
|     background-color: darken($color-hero, 20); | ||||
|     color: #ddd; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .dragon { | ||||
|   @extend .block-highlight; | ||||
|   background-color: $color-dragon; | ||||
|  | @ -22,6 +29,13 @@ | |||
|   } | ||||
| } | ||||
| 
 | ||||
| .theme--dark { | ||||
|   .dragon { | ||||
|     background-color: darken($color-dragon, 20); | ||||
|     color: #ddd; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| blockquote { | ||||
|   background-color: #eee; | ||||
|   padding: 0.5rem 0.5rem 0.5rem 1rem; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine