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

@ -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 {