You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-21 23:17:42 +02:00
All: Refactored themes to allow using the same ones in both desktop and mobile version
Will also allow using them when exporting HTML or PDF from CLI.
This commit is contained in:
@ -60,7 +60,7 @@ pluginAssets[2] = function(theme:any) {
|
||||
height: 1em;
|
||||
margin-left: -1.3em;
|
||||
position: absolute;
|
||||
color: ${theme.htmlColor};
|
||||
color: ${theme.color};
|
||||
}
|
||||
|
||||
.joplin-checklist li:not(.checked)::before {
|
||||
|
Reference in New Issue
Block a user