Skip to content

Commit ed53149

Browse files
committed
feat: beter dark colours
1 parent 44591f3 commit ed53149

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

static/css/main.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
--transition: all 0.2s ease;
3333
}
3434

35-
/* Dark theme colors */
35+
/* Dark theme colors - Professional and modern */
3636
[data-theme="dark"] {
37-
--bg-primary: #1a1a1a;
38-
--bg-secondary: #2d2d2d;
39-
--bg-tertiary: #404040;
40-
--text-primary: #ffffff;
41-
--text-secondary: #b3b3b3;
42-
--text-muted: #808080;
43-
--accent-primary: #4dabf7;
44-
--accent-hover: #339af0;
45-
--border-color: #404040;
46-
--code-bg: #2d2d2d;
47-
--shadow: rgba(0, 0, 0, 0.3);
37+
--bg-primary: #0d1117;
38+
--bg-secondary: #161b22;
39+
--bg-tertiary: #21262d;
40+
--text-primary: #f0f6fc;
41+
--text-secondary: #8b949e;
42+
--text-muted: #6e7681;
43+
--accent-primary: #58a6ff;
44+
--accent-hover: #1f6feb;
45+
--border-color: #30363d;
46+
--code-bg: #161b22;
47+
--shadow: rgba(0, 0, 0, 0.4);
4848
}
4949

5050
/* Reset and base styles */

0 commit comments

Comments
 (0)