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

Open links in browser

This commit is contained in:
Laurent Cozic
2017-07-22 18:21:39 +01:00
parent 7aee903ca2
commit 7c60e32e64
10 changed files with 131 additions and 57 deletions

View File

@@ -11,6 +11,7 @@ const globalStyle = {
// For WebView - must correspond to the properties above
htmlFontSize: '14px',
htmlColor: 'black', // Note: CSS in WebView component only seem to work if the colour is written in full letters (so no hexadecimal)
htmlDividerColor: 'Gainsboro',
};
globalStyle.marginRight = globalStyle.margin;