Skip to content

Commit 011db7b

Browse files
committed
updated
1 parent 2b74083 commit 011db7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/press/opennetwork.png

-477 KB
Loading

scripts/opennetwork-banner.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Configuration
1111
const CONFIG = {
12-
flagLogoUrl: 'https://openrockets.me/assets/i/static-v3/logo_flag.png',
12+
flagLogoUrl: 'https://openrockets.me/assets/press/opennetwork.png',
1313
affiliateUrl: 'https://opennetworked.org/en/privacy/affiliates',
1414
statusApiUrl: 'https://status.opennetworked.org/api/status', // Placeholder API
1515
animationDuration: 15000, // 15 seconds for marquee
@@ -165,7 +165,7 @@
165165
${CONFIG.position}: 0;
166166
left: 0;
167167
right: 0;
168-
background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
168+
background: linear-gradient(135deg, #000000ff 0%, #000000ff 100%);
169169
color: white;
170170
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
171171
font-size: 13px;
@@ -183,7 +183,7 @@
183183
}
184184
185185
.opennetwork-banner:hover {
186-
background: linear-gradient(135deg, #1e40af 0%, #4338ca 100%);
186+
background: linear-gradient(135deg, #000000ff 0%, #000000ff 100%);
187187
transform: translateY(${CONFIG.position === 'bottom' ? '-1px' : '1px'});
188188
}
189189

0 commit comments

Comments
 (0)