header white
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
border: 1px solid rgba(255, 255, 255, 0.22);
|
||||
color: #475569;
|
||||
background: #f1f5f9;
|
||||
border: 1px solid #e2e8f0;
|
||||
text-decoration: none;
|
||||
transition: background 0.15s;
|
||||
transition: background 0.15s, color 0.15s;
|
||||
z-index: 1;
|
||||
|
||||
&:hover { background: rgba(255, 255, 255, 0.28); }
|
||||
&:active { background: rgba(255, 255, 255, 0.36); }
|
||||
&:hover { background: #e2e8f0; color: #0f172a; }
|
||||
&:active { background: #cbd5e1; }
|
||||
}
|
||||
|
||||
.currency-badge {
|
||||
|
||||
Reference in New Issue
Block a user