mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
menu account color fix
This commit is contained in:
parent
9fa7a7ad3c
commit
e77832115c
@ -8,12 +8,16 @@
|
||||
padding: calc(var(--spacer) / 4);
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
color: var(--brand-grey);
|
||||
margin: 0;
|
||||
transition: border 0.2s ease-out;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button,
|
||||
.address {
|
||||
color: var(--brand-grey);
|
||||
}
|
||||
|
||||
.button:hover,
|
||||
.button:focus {
|
||||
transform: none;
|
||||
|
Loading…
Reference in New Issue
Block a user