Initial commit
This commit is contained in:
commit
70f2d625fa
47 changed files with 1115 additions and 0 deletions
11
static/css/risotto.css
Normal file
11
static/css/risotto.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@import 'typography.css';
|
||||
@import 'layout.css';
|
||||
@import 'header.css';
|
||||
@import 'logo.css';
|
||||
@import 'about.css';
|
||||
@import 'footer.css';
|
||||
|
||||
body {
|
||||
background-color: var(--dark-bg);
|
||||
color: var(--fg);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue