chore: initialize project workspace and install frontend dependencies
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-bg: #0d1117;
|
||||
--color-surface: #161b22;
|
||||
--color-accent: #1ebe8a;
|
||||
--color-heading: #e6edf3;
|
||||
--color-body: #8b949e;
|
||||
--color-border-subtle: #30363d;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: var(--color-bg);
|
||||
color: var(--color-body);
|
||||
}
|
||||
Reference in New Issue
Block a user