Skip to content

Commit 085ae67

Browse files
authored
Merge pull request #38 from javaevolved/copilot/fix-modern-card-background
Fix modern card background brightness in dark theme
2 parents 57daa74 + 8b0fff5 commit 085ae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ code, pre { font-family: 'JetBrains Mono', monospace; }
6464
--cyan: #22d3ee;
6565
--red-muted: #ef4444;
6666
--old-bg: #1a1412;
67-
--modern-bg: #0f1419;
67+
--modern-bg: #1a2838;
6868
--radius: 16px;
6969
--radius-sm: 10px;
7070
--nav-bg: rgba(11, 11, 15, .8);

0 commit comments

Comments
 (0)