diff --git a/src/App.jsx b/src/App.jsx
index 8465be6..298c900 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -639,10 +639,10 @@ export default function App(){
diff --git a/src/BlockChain.jsx b/src/BlockChain.jsx
index 6071b2e..887e241 100644
--- a/src/BlockChain.jsx
+++ b/src/BlockChain.jsx
@@ -95,7 +95,7 @@ function BlockIcon({ type, size = 14, style = {} }) {
alt={type || 'fx'}
style={{
width: size, height: size, flexShrink: 0,
- filter: 'brightness(1.2) contrast(1.1)',
+ filter: 'invert(0.95) brightness(2)',
objectFit: 'contain',
...style,
}}