mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-05-07 10:01:24 +00:00
- Replace .eslintrc.js with .eslintrc.cjs for better ES module compatibility - Add .prettierrc configuration for consistent code formatting - Update package.json with new lint and format scripts - Add nodemon.json for development hot reloading configuration - Standardize code formatting across all JavaScript and Vue files - Update web admin SPA with improved linting rules and formatting - Add prettier configuration to web admin SPA 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
366 B
CSS
14 lines
366 B
CSS
:root {
|
|
--primary-color: #667eea;
|
|
--secondary-color: #764ba2;
|
|
--accent-color: #f093fb;
|
|
--success-color: #10b981;
|
|
--warning-color: #f59e0b;
|
|
--error-color: #ef4444;
|
|
--surface-color: rgba(255, 255, 255, 0.95);
|
|
--glass-color: rgba(255, 255, 255, 0.1);
|
|
--text-primary: #1f2937;
|
|
--text-secondary: #6b7280;
|
|
--border-color: rgba(255, 255, 255, 0.2);
|
|
}
|