mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(next): improve the color contrast for switches
This commit is contained in:
		| @@ -451,6 +451,14 @@ optgroup { | |||||||
|     --icon-button-size: 28px; |     --icon-button-size: 28px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | div.switch-widget { | ||||||
|  |     --switch-off-track-background: var(--cmd-button-background-color); | ||||||
|  |     --switch-on-track-background: var(--cmd-button-text-color); | ||||||
|  |  | ||||||
|  |     --switch-off-thumb-background: var(--cmd-button-text-color); | ||||||
|  |     --switch-on-thumb-background: var(--main-background-color); | ||||||
|  | } | ||||||
|  |  | ||||||
| /* Links */ | /* Links */ | ||||||
|  |  | ||||||
| body a.tn-link, | body a.tn-link, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user