feat: add styles and favicon
This commit is contained in:
parent
be6b7641d2
commit
14bb355c11
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
0
static/stylesheets/base.css
Normal file
0
static/stylesheets/base.css
Normal file
6
static/stylesheets/main.css
Normal file
6
static/stylesheets/main.css
Normal 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;
|
Loading…
Reference in a new issue