mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 09:43:29 -05:00 
			
		
		
		
	Fix syntax highlighting background
This commit is contained in:
		| @@ -680,12 +680,15 @@ table.markdown { | ||||
|  | ||||
|  | ||||
| /* Code blocks */ | ||||
| .highlight > .chroma  { | ||||
|   background-color: var(--background-1) !important; | ||||
| .highlight > .chroma { | ||||
|   margin: 16px 0; | ||||
|   overflow: auto; | ||||
| } | ||||
|  | ||||
| .chroma { | ||||
|   background-color: var(--background-1) !important; | ||||
| } | ||||
|  | ||||
| :not(pre) > code { | ||||
|   background-color: var(--background-2); | ||||
|   /* Disable this because it overrides inline code blocks that are | ||||
|   | ||||
		Reference in New Issue
	
	Block a user