Skip to content

Commit 1b01ac5

Browse files
committed
some style changes
1 parent 393f566 commit 1b01ac5

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/blog/0011/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ I want this AI bubble to pop. This is not sustainable and there are more ways to
5252

5353
The worst thing you can do is trust a machine blindly. Because blindly trusting a machine is blindly trusting the humans behind that machine. As one of my favorite quotes go:
5454

55-
“A computer can never be held accountable, therefore a computer should not be responsible for a management decision.”
56-
- [IBM Training Manual, 1979](https://www.ibm.com/think/insights/ai-decision-making-where-do-businesses-draw-the-line)
55+
> “A computer can never be held accountable, therefore a computer should not be responsible for a management decision.”
56+
> <br/>&nbsp;&nbsp;&nbsp;&nbsp;- [IBM Training Manual, 1979](https://www.ibm.com/think/insights/ai-decision-making-where-do-businesses-draw-the-line)
5757
5858

5959
Cheers to a 2026 that isn't worse than this year!

src/main.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
}
1818

1919
:root {
20-
--background: hsl(0 0% 21%);
20+
--background: hsl(0 0% 15%);
2121
--foreground: hsl(0 0% 95%);
22-
--card: hsl(24 9.8% 10%);
22+
--card: hsl(24 9.8% 7%);
2323
--card-foreground: hsl(0 0% 95%);
2424
--popover: hsl(0 0% 9%);
2525
--popover-foreground: hsl(0 0% 95%);
2626
--primary: hsl(142.1 70.6% 45.3%);
27-
--primary-foreground: hsl(144.9 80.4% 10%);
27+
--primary-foreground: hsl(144.9 80.4% 8%);
2828
--secondary: hsl(240 3.7% 15.9%);
2929
--secondary-foreground: hsl(0 0% 98%);
30-
--muted: hsl(0 0% 15%);
30+
--muted: hsl(0 0% 10%);
3131
--muted-foreground: hsl(240 25% 80.9%);
32-
--accent: hsl(12 6.5% 15.1%);
32+
--accent: hsl(12 6.5% 12.1%);
3333
--accent-foreground: hsl(0 0% 98%);
34-
--border: hsl(240 3.7% 15.9%);
35-
--input: hsl(240 3.7% 15.9%);
34+
--border: hsl(240 3.7% 12.9%);
35+
--input: hsl(240 3.7% 12.9%);
3636
--ring: hsl(142.4 71.8% 29.2%);
3737
--radius: 0.5rem;
3838
--tw-prose-headings: #fff;
@@ -162,7 +162,7 @@
162162
}
163163
:where(strong) {
164164
color: var(--tw-prose-bold);
165-
font-weight: 600;
165+
font-weight: 800;
166166
}
167167
:where(a strong) {
168168
color: inherit;
@@ -243,8 +243,8 @@
243243
@apply border-l-8;
244244
@apply border-l-neutral-600;
245245
@apply border-spacing-16;
246-
@apply text-neutral-400;
247-
@apply bg-zinc-800;
246+
@apply text-neutral-200;
247+
@apply bg-zinc-900;
248248
@apply px-4;
249249
@apply py-0.5;
250250
@apply rounded-xl;
@@ -376,7 +376,7 @@
376376
@apply mb-4;
377377
@apply border-l-8;
378378
@apply border-spacing-16;
379-
@apply text-neutral-600;
379+
@apply text-neutral-500;
380380
@apply leading-relaxed;
381381
}
382382
:where(pre code) {

0 commit comments

Comments
 (0)