mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 18:49:00 +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>
|
||||
.${className}, span.fancytree-active.${className} {
|
||||
--light-theme-custom-color: ${adjustedColor.lightThemeColor};
|
||||
--dark-theme-custom-color: ${adjustedColor.darkThemeColor}
|
||||
--dark-theme-custom-color: ${adjustedColor.darkThemeColor};
|
||||
}
|
||||
</style>`);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user