📄 Huge intl feature
Some checks failed
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Failing after 15s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Has been skipped

This commit was merged in pull request #10.
This commit is contained in:
RJ
2025-12-03 00:17:34 +02:00
committed by Rares J
parent 072320ed73
commit 91afe03109
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;
}