Skip to content

Commit 8b0fff5

Browse files
Copilotbrunoborges
andcommitted
Fix modern card background brightness in dark theme
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 7d6bd51 commit 8b0fff5

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)