diff options
Diffstat (limited to 'ui/app/css/itcss/components/new-account.scss')
-rw-r--r-- | ui/app/css/itcss/components/new-account.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/css/itcss/components/new-account.scss b/ui/app/css/itcss/components/new-account.scss index 2408c371..aafa3f72 100644 --- a/ui/app/css/itcss/components/new-account.scss +++ b/ui/app/css/itcss/components/new-account.scss @@ -409,7 +409,7 @@ } &__item:nth-of-type(even) { - background-color: $geyser; + background-color: white; } &__item:nth-of-type(odd) { @@ -469,8 +469,8 @@ background: #fff; height: 19px; display: flex; - color: $dexon-purple; - background-color: $dark-gray; + color: black; + background-color: white; font-size: 14px; line-height: 19px; border: none; |