feat(global): initialize project and framework structure, dockerize
This commit is contained in:
11
app/assets/scss/_base.scss
Normal file
11
app/assets/scss/_base.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
/* Base document styles */
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--text-primary);
|
||||
background-color: var(--bg-dark);
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user