mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
* fixed bold text not visible in oled dark theme * fixed variable names
This commit is contained in:
parent
f82aa0adde
commit
62db3d09ea
@ -153,6 +153,8 @@ function themeStyle(theme) {
|
||||
|
||||
output.colorUrl = '#7B81FF';
|
||||
|
||||
output.colorBright = 'rgb(220,220,220)';
|
||||
|
||||
themeCache_[theme] = output;
|
||||
return addExtraStyles(themeCache_[theme]);
|
||||
}
|
||||
@ -184,6 +186,8 @@ function themeStyle(theme) {
|
||||
|
||||
output.colorUrl = '#7B81FF';
|
||||
|
||||
output.colorBright = 'rgb(220,220,220)';
|
||||
|
||||
themeCache_[theme] = output;
|
||||
return addExtraStyles(themeCache_[theme]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user