1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Fixed styling

This commit is contained in:
Laurent Cozic
2017-08-01 18:29:01 +00:00
parent 9ea95e8742
commit 88998bbe75
3 changed files with 55 additions and 23 deletions

View File

@ -57,7 +57,7 @@ function themeStyle(theme) {
output.htmlColor = 'white';
output.raisedBackgroundColor = "#0F2051";
output.raisedColor = "#405593";
output.raisedColor = "#788BC3";
output.raisedHighlightedColor = "#ffffff";
themeCache_[theme] = output;