base layout and nuxt config
This commit is contained in:
parent
91d7dbe447
commit
de049e9125
21 changed files with 15855 additions and 9 deletions
32
assets/app.css
Normal file
32
assets/app.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
* {
|
||||
font-family: "ConthraxSemiBold";
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply bg-white text-black;
|
||||
}
|
||||
|
||||
[primary] {
|
||||
@apply bg-primary text-white;
|
||||
}
|
||||
|
||||
.primary-link-active {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
.primary-sublink-active {
|
||||
@apply bg-white text-primary;
|
||||
}
|
||||
|
||||
[lightgray] {
|
||||
@apply bg-lightgray;
|
||||
}
|
||||
|
||||
[darkgray] {
|
||||
@apply bg-darkgray text-white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue