📄 Huge intl feature

This commit is contained in:
RJ
2025-12-03 00:17:34 +02:00
parent 6e5d641c06
commit 78cdc7b539
48 changed files with 955 additions and 138 deletions

View File

@@ -17,6 +17,7 @@
--text-muted: 113 113 122;
--border-primary: 212 212 216;
--border-subtle: 228 228 231;
--text-color: #1f1f1f;
/* Desaturated cyberpunk for light mode - darker for readability */
--neon-pink: #7a3d52;
@@ -35,6 +36,7 @@
--text-muted: 100 116 139;
--border-primary: 71 85 105;
--border-subtle: 30 41 59;
--text-color: #d4d4d8;
/* Desaturated cyberpunk for dark mode */
--neon-pink: #8a5568;
@@ -313,7 +315,7 @@
/* Cyberpunk Prose Styling */
.cyberpunk-prose {
color: rgb(212 212 216);
color: var(--text-color);
}
.cyberpunk-prose h1,
@@ -347,7 +349,6 @@
}
.cyberpunk-prose p {
color: rgb(212 212 216);
line-height: 1.625;
margin-bottom: 1.5rem;
font-size: 1.125rem;
@@ -366,7 +367,6 @@
.cyberpunk-prose ul,
.cyberpunk-prose ol {
color: rgb(212 212 216);
padding-left: 1.5rem;
margin-bottom: 1.5rem;
}