mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	updated demo document with adjusted steel blue theme
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								db/demo.zip
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								db/demo.zip
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 5.9 KiB | 
| @@ -787,12 +787,12 @@ body { | |||||||
|  |  | ||||||
| ::-webkit-scrollbar { | ::-webkit-scrollbar { | ||||||
|     width: 12px; |     width: 12px; | ||||||
|     background-color: var(--main-background-color); |  | ||||||
| } | } | ||||||
|  |  | ||||||
| ::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||||||
|     border-radius: 3px; |     border-radius: 3px; | ||||||
|     border: 1px solid var(--scrollbar-border-color); |     border: 1px solid var(--scrollbar-border-color); | ||||||
|  |     background-color: var(--main-background-color); | ||||||
| } | } | ||||||
|  |  | ||||||
| ::-webkit-scrollbar-corner { | ::-webkit-scrollbar-corner { | ||||||
|   | |||||||
| @@ -3,6 +3,7 @@ | |||||||
| const zipExportService = require('../../services/export/zip'); | const zipExportService = require('../../services/export/zip'); | ||||||
| const singleExportService = require('../../services/export/single'); | const singleExportService = require('../../services/export/single'); | ||||||
| const opmlExportService = require('../../services/export/opml'); | const opmlExportService = require('../../services/export/opml'); | ||||||
|  | const becca = require('../../becca/becca'); | ||||||
| const TaskContext = require("../../services/task_context"); | const TaskContext = require("../../services/task_context"); | ||||||
| const log = require("../../services/log"); | const log = require("../../services/log"); | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,6 +10,7 @@ const utils = require('../utils'); | |||||||
| const protectedSessionService = require('../protected_session'); | const protectedSessionService = require('../protected_session'); | ||||||
| const sanitize = require("sanitize-filename"); | const sanitize = require("sanitize-filename"); | ||||||
| const fs = require("fs"); | const fs = require("fs"); | ||||||
|  | const becca = require("../../becca/becca"); | ||||||
| const RESOURCE_DIR = require('../../services/resource_dir').RESOURCE_DIR; | const RESOURCE_DIR = require('../../services/resource_dir').RESOURCE_DIR; | ||||||
| const archiver = require('archiver'); | const archiver = require('archiver'); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user