mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
client: add missing semicolon
This commit is contained in:
@@ -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>`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user