(user settings) init user settings with .litenote.json

This commit is contained in:
2021-03-24 22:33:50 +01:00
parent 55faf04d4f
commit 556ddb7f1e
9 changed files with 96 additions and 31 deletions

View File

@@ -13,6 +13,10 @@
$primary: #2c3a47;
$link: #3b7e70;
:root {
--font-family: 'Courier Prime', monospace;
}
@import '~bulma/bulma.sass';
html {