Compare commits
21 Commits
version_3
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fdff6641b | |||
| 14103b6949 | |||
| dd98c9c0c1 | |||
| a985600617 | |||
| bc9a5194b3 | |||
| 601ae3ad8e | |||
| 73619d677e | |||
| 13f6628221 | |||
| 928fd2b293 | |||
| 251f0b457c | |||
| dfda7c1842 | |||
| 0bfd0fd714 | |||
| 52d8bc2491 | |||
| 894ebe8e1e | |||
| fbe4eaaee4 | |||
| d4fad631ac | |||
| 2dfdd51595 | |||
| 2e637293ea | |||
| 38c8ccc248 | |||
| 0194f520a9 | |||
| 3262667268 |
@@ -8,6 +8,8 @@ import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Raleway } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +25,8 @@ export const metadata: Metadata = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #010101;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #737373;
|
||||
--background-accent: #e34400;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user