fix light theme styling
This commit is contained in:
		
							parent
							
								
									7fdc947659
								
							
						
					
					
						commit
						22a0784ad7
					
				
							
								
								
									
										16
									
								
								local.css
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								local.css
									
									
									
									
									
								
							| 
						 | 
					@ -1,11 +1,3 @@
 | 
				
			||||||
div.recentchanges {
 | 
					 | 
				
			||||||
	background: #1a1a1a !important;
 | 
					 | 
				
			||||||
	color: #eee !important
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.recentchanges .changelog {
 | 
					 | 
				
			||||||
	background: #2a2a2a !important;
 | 
					 | 
				
			||||||
	color: #fff !important
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
legend {
 | 
					legend {
 | 
				
			||||||
	font-style: italic
 | 
						font-style: italic
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -48,12 +40,16 @@ body {background-color: #0a0a0a; color: #eaeaea}
 | 
				
			||||||
h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
 | 
					h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
 | 
				
			||||||
h3>span {color: #7a7a7a}
 | 
					h3>span {color: #7a7a7a}
 | 
				
			||||||
td, th, fieldset, blockquote {border-color: #eaeaea}
 | 
					td, th, fieldset, blockquote {border-color: #eaeaea}
 | 
				
			||||||
small {color: #777777}
 | 
					small {color: #777}
 | 
				
			||||||
 | 
					div.recentchanges {background: #1a1a1a !important; color: #eee !important}
 | 
				
			||||||
 | 
					.recentchanges .changelog {background: #2a2a2a !important; color: #fff !important}
 | 
				
			||||||
@media(prefers-color-scheme: light) {
 | 
					@media(prefers-color-scheme: light) {
 | 
				
			||||||
	a {color: #2a7fe8}
 | 
						a {color: #2a7fe8}
 | 
				
			||||||
	body {background-color: #f5f5f5; color: #151515}
 | 
						body {background-color: #f5f5f5; color: #151515}
 | 
				
			||||||
	h1, h2, h3, h4, h5, h6 {color: #656565}
 | 
						h1, h2, h3, h4, h5, h6 {color: #656565}
 | 
				
			||||||
	h3>span {color: #858585}
 | 
						h3>span {color: #858585}
 | 
				
			||||||
	td, th, fieldset, blockquote {border-color: #151515}
 | 
						td, th, fieldset, blockquote {border-color: #151515}
 | 
				
			||||||
	small {color: #888888}
 | 
						small {color: #888}
 | 
				
			||||||
 | 
						div.recentchanges {background: #e5e5e5 !important; color: #111 !important}
 | 
				
			||||||
 | 
						.recentchanges .changelog {background: #d5d5d5 !important; color: #000 !important}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user