mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	fill background of table of contents
This commit is contained in:
		| @@ -245,12 +245,17 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .toc { | .toc { | ||||||
|     margin-bottom: 40px; |     margin: 0 2px 40px 2px; | ||||||
|     border: 1px solid var(--border); |     border: 1px solid var(--border); | ||||||
|  |     background: var(--code-bg); | ||||||
|     border-radius: var(--radius); |     border-radius: var(--radius); | ||||||
|     padding: .4em |     padding: .4em | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .dark .toc { | ||||||
|  |     background: var(--entry); | ||||||
|  | } | ||||||
|  |  | ||||||
| .toc details summary { | .toc details summary { | ||||||
|     cursor: zoom-in; |     cursor: zoom-in; | ||||||
|     margin-inline-start: 20px |     margin-inline-start: 20px | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange