mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 19:19:03 +01:00
client: add missing semicolon
This commit is contained in:
parent
87f1cb23be
commit
5b75d20c80
@ -34,7 +34,7 @@ function createClassForColor(colorString: string | null) {
|
|||||||
$("head").append(`<style>
|
$("head").append(`<style>
|
||||||
.${className}, span.fancytree-active.${className} {
|
.${className}, span.fancytree-active.${className} {
|
||||||
--light-theme-custom-color: ${adjustedColor.lightThemeColor};
|
--light-theme-custom-color: ${adjustedColor.lightThemeColor};
|
||||||
--dark-theme-custom-color: ${adjustedColor.darkThemeColor}
|
--dark-theme-custom-color: ${adjustedColor.darkThemeColor};
|
||||||
}
|
}
|
||||||
</style>`);
|
</style>`);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user