mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	Merge pull request #2100 from TriliumNext/patch-style
fix(theme): missing --selection-background-color in theme
This commit is contained in:
		
						commit
						c5662cae46
					
				@ -70,6 +70,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    --scrollbar-border-color: #666;
 | 
					    --scrollbar-border-color: #666;
 | 
				
			||||||
    --scrollbar-background-color: #333;
 | 
					    --scrollbar-background-color: #333;
 | 
				
			||||||
 | 
					    --selection-background-color: #3399FF70;
 | 
				
			||||||
    --tooltip-background-color: #333;
 | 
					    --tooltip-background-color: #333;
 | 
				
			||||||
    --link-color: lightskyblue;
 | 
					    --link-color: lightskyblue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -74,6 +74,7 @@ html {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    --scrollbar-border-color: #ddd;
 | 
					    --scrollbar-border-color: #ddd;
 | 
				
			||||||
    --scrollbar-background-color: #ddd;
 | 
					    --scrollbar-background-color: #ddd;
 | 
				
			||||||
 | 
					    --selection-background-color: #3399FF70;
 | 
				
			||||||
    --tooltip-background-color: #f8f8f8;
 | 
					    --tooltip-background-color: #f8f8f8;
 | 
				
			||||||
    --link-color: blue;
 | 
					    --link-color: blue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user