chatgpt codex + cascade: update

This commit is contained in:
2025-12-28 11:12:59 +02:00
parent cc7b93c658
commit 30a903a2df
9 changed files with 32 additions and 40 deletions

View File

@@ -3,10 +3,7 @@
body {
font-family:
var(--font-geist-sans),
"SF Pro Display",
"Segoe UI",
sans-serif;
var(--font-geist-sans), "SF Pro Display", "Segoe UI", sans-serif;
position: relative;
min-height: 100%;
background-attachment: fixed;
@@ -14,11 +11,7 @@ body {
}
.font-super-mono {
font-family:
var(--font-geist-mono),
"SF Mono",
"Segoe UI Mono",
monospace;
font-family: var(--font-geist-mono), "SF Mono", "Segoe UI Mono", monospace;
}
@layer base {
@@ -140,7 +133,9 @@ body {
text-decoration: underline;
text-decoration-color: hsl(var(--primary) / 0.35);
text-underline-offset: 0.18em;
transition: color 150ms ease, text-decoration-color 150ms ease;
transition:
color 150ms ease,
text-decoration-color 150ms ease;
}
a:hover {
text-decoration-color: hsl(var(--primary) / 0.85);