refactor : UI styles across intranet and public pages for consistency

This commit is contained in:
Thibault Pouch
2026-02-18 11:16:42 +01:00
parent b79c8e2460
commit 0021787af7
17 changed files with 152 additions and 139 deletions

View File

@@ -30,7 +30,7 @@ export default function NotFoundPage() {
</div>
<p style={{ fontFamily: 'var(--font-mono)', color: 'var(--color-text-muted)', fontSize: '0.85rem', maxWidth: '400px', margin: '0 auto 2rem', lineHeight: 1.8 }}>
The page you're looking for doesn't exist, has been moved, or was redacted by{' '}
<span style={{ background: '#111', padding: '0 4px', color: 'transparent', border: '1px solid rgba(255,34,68,0.3)' }}>
<span style={{ background: '#6b7280', padding: '0 4px', color: 'transparent', border: '1px solid var(--color-red)' }}>
AMALGAM CORP
</span>.
</p>