There was an error while loading. Please reload this page.
1 parent 65ba0d3 commit dfc524bCopy full SHA for dfc524b
2 files changed
web/components/widgets/title.tsx
@@ -6,7 +6,7 @@ export function Title(props: { className?: string; children?: ReactNode }) {
6
return (
7
<h1
8
className={clsx(
9
- 'text-primary-700 mb-4 inline-block text-2xl font-normal sm:mb-6 sm:text-3xl',
+ 'mb-4 inline-block text-2xl font-normal sm:mb-6 sm:text-3xl',
10
className
11
)}
12
>
web/styles/globals.css
@@ -201,7 +201,7 @@
201
--color-primary-950: 255 255 255;
202
--color-primary-900: 255 255 255;
203
--color-primary-800: 170 220 250;
204
- --color-primary-700: 255 255 255;
+ --color-primary-700: 150 200 250;
205
--color-primary-600: 150 200 250;
206
--color-primary-500: 59 130 246; /* standard blue */
207
--color-primary-400: 37 99 235;
0 commit comments