Antonio B.

Results 9 comments of Antonio B.

Since the person making this PR has also dropped off (judging by submission history, and the month or so since an update), what's the progress here? Is this the sort...

Same and its all Sass extensions, not just this one. I tried installing node-sass globally, hoping perhaps it was that. It was not.

Same. Although it seems all sass compile tools are doing this on my system (tried a few others). So I'm guessing something about our node configuration is breaking this. Any...

I too want to update to this version but I'm struggling to understand how too. @frederikhors Did you figure this out?

Your right! Looks like at some point the classes changed and some of my styling stopped working. I will fix this tonight once I'm off work then post the fix.

@reefland Can you please test the following: 1. Inside Trilium create a new note. I went for creating a folder name themes, then adding the new note inside: ![image](https://user-images.githubusercontent.com/39917231/113594187-93d99080-95f4-11eb-8c17-b10b934ddb17.png) 2....

How's this? I also fixed the code editor's code not correctly overriding the font to Fira Code to support ligatures. ```css /* CSS */ @import url(https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/fira_code.css); body.theme-purple-rain { --main-background-color: #141019;...

> I noticed the cursor in code editor is black, hard to find. You are correct. This one was difficult to figure out at first. Turns out caret icon in...