Updated Brand Color

This commit is contained in:
Samuel Andert 2023-07-11 16:43:12 +02:00
parent ad7e4c8efe
commit cba73ebc54
4 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^2.2.0",
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
@ -38,4 +38,4 @@
"remark-unwrap-images": "^3.0.1",
"shiki": "^0.14.1"
}
}
}

View File

@ -28,7 +28,7 @@ dependencies:
devDependencies:
'@sveltejs/adapter-vercel':
specifier: ^2.2.0
specifier: ^2.4.3
version: 2.4.3(@sveltejs/kit@1.5.0)
'@sveltejs/kit':
specifier: ^1.5.0

View File

@ -7,7 +7,7 @@ html {
--font-mono: 'JetBrains Mono', monospace;
/* dark */
--brand-dark: var(--orange-3);
--brand-dark: var(--blue-3);
--text-1-dark: var(--gray-3);
--text-2-dark: var(--gray-5);
--surface-1-dark: var(--gray-12);
@ -18,7 +18,7 @@ html {
--border-dark: var(--gray-9);
/* light */
--brand-light: var(--orange-10);
--brand-light: var(--blue-10);
--text-1-light: var(--gray-8);
--text-2-light: var(--gray-7);
--surface-1-light: var(--gray-0);

View File

@ -39,6 +39,7 @@
.title {
font-size: var(--font-size-fluid-3);
text-transform: capitalize;
color: yellowgreen;
}
.date {