feat: add styles and favicon

This commit is contained in:
Julien Oculi 2024-01-14 20:54:08 +01:00
parent be6b7641d2
commit 14bb355c11
3 changed files with 6 additions and 0 deletions

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

View file

@ -0,0 +1,6 @@
@import url("https://deno.land/x/univoq@0.1.0/stylesheets/reset.css") layer(reset);
@import url("https://unpkg.com/open-props") layer(framework);
@import url("./base.css") layer(base);
/* example of css @layer reset, framework, base, layout, components, utilities; */
@layer reset, framework, base, layout, components;