Add Nova branding

This commit is contained in:
2026-05-21 15:55:52 +02:00
parent 6d0897e756
commit f569a210eb
14 changed files with 64 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ import hsl2rgb from "pure-color/convert/hsl2rgb";
import rgb2hex from "pure-color/convert/rgb2hex";
import type { FSNode, FSNodeProperties } from "lib/FilesystemAPI.svelte";
const text_contrast = 80
const text_contrast = 85
const body_alpha = 0.9
type Style = {

View File

@@ -4,12 +4,17 @@
"es2017",
"dom"
],
"baseUrl": "./src",
"paths": {
"*": [
"./src/*"
]
},
"verbatimModuleSyntax": true,
"target": "ES2017",
"noUnusedLocals": true,
"module": "preserve",
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"strict": false,
},
"include": [
"src/"