mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	make content in dark more whiter improving redability and contrast in-between
This commit is contained in:
		| @@ -23,16 +23,16 @@ | ||||
|     --primary: rgba(255, 255, 255, 0.84); | ||||
|     --secondary: rgba(255, 255, 255, 0.56); | ||||
|     --tertiary: rgba(255, 255, 255, 0.16); | ||||
|     --content: rgba(255, 255, 255, 0.64); | ||||
|     --content: rgba(255, 255, 255, 0.74); | ||||
|     --hljs-bg: #2e2e33; | ||||
|     --code-bg: #37383e; | ||||
|     --border: #333; | ||||
| } | ||||
|  | ||||
| .list { | ||||
|     background: var(--code-bg) | ||||
|     background: var(--code-bg); | ||||
| } | ||||
|  | ||||
| .dark.list { | ||||
|     background: var(--theme) | ||||
|     background: var(--theme); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange