From 614bc68310afcc12ce5397f8268bbaa842d50b03 Mon Sep 17 00:00:00 2001 From: zDEFz Date: Wed, 11 Nov 2020 14:22:18 +0100 Subject: [PATCH] Updated Themes (markdown) --- Themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes.md b/Themes.md index 9b82ece..40671b4 100644 --- a/Themes.md +++ b/Themes.md @@ -95,7 +95,7 @@ Once you made your changes, you can reload the Trilium frontend by pressing CTRL If you want to give some specific notes special styling in the tree, you can give them `cssClass` [[label|attributes]] which is then put into the node representing given note in the tree. There's also an `iconClass` using which you can define custom icons for notes in the tree - you can either use supplied ones from [boxicons](https://boxicons.com/) (e.g. `bx bx-home`) or you can define your own CSS classes. -Some of those are actually different. So you have `#iconClass="bx bxs-piano"`for instance instead of `bx bx-piano`. +Some of those are actually different. So you have `bx bxs-piano`for instance instead of `bx bx-piano`. On the boxicons site, you can find out, looking at the font tab, after u opened a file, how its called.