Initial commit
This commit is contained in:
commit
a892dfb3ba
27 changed files with 6607 additions and 0 deletions
20
assets/css/main.scss
Normal file
20
assets/css/main.scss
Normal file
|
@ -0,0 +1,20 @@
|
|||
@tailwind base;
|
||||
|
||||
@layer base {
|
||||
p {
|
||||
@apply mb-2;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply link link-primary;
|
||||
}
|
||||
}
|
||||
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@import "@xterm/xterm/css/xterm.css";
|
||||
|
||||
body {
|
||||
@apply min-h-screen bg-base-200;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue