diff --git a/themes/Unicorn.css b/themes/Unicorn.css index 58470731..45994227 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -293,10 +293,6 @@ background-color: #ee7e7e !important; } -#new-sub-card { - border-radius: 10px !important; -} - .wi_add_button { color: #e26771 !important; background: #ebebeb !important; @@ -309,6 +305,10 @@ border: 1px solid #e26771 !important; } +#new-sub-card { + border-radius: 10px !important; +} + #debug-dump:hover { color: #ee7e7e !important; }