mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Add comments
This commit is contained in:
		| @@ -13,9 +13,12 @@ | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * Light color scheme | ||||
|  * THEME COLORS | ||||
|  */ | ||||
|  | ||||
|  /*  | ||||
|   * Light theme scheme | ||||
|   */ | ||||
|  :root { | ||||
|     --theme-style: light; | ||||
|  | ||||
| @@ -87,6 +90,7 @@ | ||||
| /*  | ||||
|  * Dark color scheme | ||||
|  */ | ||||
|   | ||||
| @media (prefers-color-scheme: dark) { | ||||
|     :root { | ||||
|         --theme-style: dark;         | ||||
| @@ -178,7 +182,18 @@ | ||||
|     } | ||||
| } | ||||
|  | ||||
| /* Code Blocks */ | ||||
| /* | ||||
|  * USER INTERFACE | ||||
|  */ | ||||
|  | ||||
|  | ||||
| /* | ||||
|  * TEXT NOTES | ||||
|  */ | ||||
|  | ||||
| /* | ||||
|  * Code Blocks  | ||||
|  */ | ||||
|  | ||||
| .ck-content pre { | ||||
|     border: 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user