1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Mobile: Fixes #2859: Fixed code block styling in OLED theme (#2876)

This commit is contained in:
Ishant Gupta
2020-03-24 04:45:00 +05:30
committed by GitHub
parent 65bcc58261
commit 622049dfad

View File

@@ -149,7 +149,7 @@ function themeStyle(theme) {
output.htmlCodeBackgroundColor = 'rgb(47, 48, 49)';
output.htmlCodeBorderColor = 'rgb(70, 70, 70)';
output.codeThemeCss = 'hljs-atom-one-dark-reasonable.css';
output.codeThemeCss = 'atom-one-dark-reasonable.css';
output.colorUrl = '#7B81FF';