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