diff --git a/frontend/src/index.css b/frontend/src/index.css index 91932ac..3e2f8a2 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -30,12 +30,12 @@ code { .background-grad { background: rgb(0, 255, 94); - background: linear-gradient(180deg, rgba(0, 255, 94, 1) 0%, rgba(0, 255, 214, 1) 100%); + background: linear-gradient(180deg, rgb(11, 58, 29) 0%, rgba(0, 255, 214, 1) 100%); } .wallet-text { - overflow:hidden; - white-space:nowrap; - text-overflow:ellipsis; - width:150px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 150px; } \ No newline at end of file