Skip to content

Commit eb54681

Browse files
committed
fix(styles): update background color variables for improved contrast
1 parent 14c1c00 commit eb54681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/img/hero-rocket.png

466 KB
Loading

src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root{
2-
--bg: #0b1020; /* soft dark (nie czarny) */
2+
--bg: #05070e; /* soft dark (nie czarny) */
33
--panel: rgba(255,255,255,.03);
44
--border: rgba(255,255,255,.08);
55
--text: rgba(255,255,255,.86);
@@ -45,7 +45,7 @@ a:hover{ border-bottom-color: rgba(122,162,255,.85); }
4545
top: 0;
4646
z-index: 10;
4747
backdrop-filter: blur(10px);
48-
background: rgba(11,16,32,.65);
48+
background: #070a14a6;
4949
border-bottom: 1px solid var(--border);
5050
}
5151

0 commit comments

Comments
 (0)