version update to nuxt4
This commit is contained in:
parent
7f1770d442
commit
ef84942e38
41 changed files with 5134 additions and 4946 deletions
20
app/assets/ConthraxSemiBold.css
Normal file
20
app/assets/ConthraxSemiBold.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
/**
|
||||
* @license
|
||||
* MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
|
||||
*
|
||||
* The fonts listed in this notice are subject to the End User License
|
||||
* Agreement(s) entered into by the website owner. All other parties are
|
||||
* explicitly restricted from using the Licensed Webfonts(s).
|
||||
*
|
||||
* You may obtain a valid license at the URLs below.
|
||||
*
|
||||
* Webfont: undefined by undefined
|
||||
* URL: https://www.myfonts.comundefined
|
||||
* Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
|
||||
*
|
||||
* © 2024 MyFonts Inc. */
|
||||
|
||||
@font-face {
|
||||
font-family: "ConthraxSemiBold";
|
||||
src: url("ConthraxSemiBold/font.woff2") format("woff2"), url("ConthraxSemiBold/font.woff") format("woff");
|
||||
}
|
BIN
app/assets/ConthraxSemiBold/font.woff
Normal file
BIN
app/assets/ConthraxSemiBold/font.woff
Normal file
Binary file not shown.
BIN
app/assets/ConthraxSemiBold/font.woff2
Normal file
BIN
app/assets/ConthraxSemiBold/font.woff2
Normal file
Binary file not shown.
60
app/assets/app.css
Normal file
60
app/assets/app.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-primary: #b22222;
|
||||
--color-darkgray: #2b292a;
|
||||
--color-lightgray: #e3dfdf;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "ConthraxSemiBold";
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply bg-white text-black w-full min-h-screen;
|
||||
}
|
||||
|
||||
[primary] {
|
||||
@apply bg-primary text-white;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
|
||||
a[primary-link] {
|
||||
@apply text-xl;
|
||||
}
|
||||
|
||||
a[primary-link].active {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
a[primary-sublink] {
|
||||
@apply text-xl p-2;
|
||||
}
|
||||
|
||||
a[primary-sublink].active {
|
||||
@apply bg-white text-primary;
|
||||
}
|
||||
|
||||
[lightgray] {
|
||||
@apply bg-lightgray;
|
||||
}
|
||||
|
||||
[darkgray] {
|
||||
@apply bg-darkgray text-white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply text-2xl;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-xl;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply text-lg;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue