diff --git a/app/assets/stylesheets/settings.css b/app/assets/stylesheets/settings.css index bd12916fc..07644922e 100644 --- a/app/assets/stylesheets/settings.css +++ b/app/assets/stylesheets/settings.css @@ -62,6 +62,16 @@ } } + .settings__section--negative { + h2 { + color: var(--color-negative); + } + + .divider { + --divider-color: oklch(var(--lch-red-light)); + } + } + .settings__section:has(.settings__scrollable-list) { @media (min-width: 640px) { display: flex; diff --git a/app/views/account/settings/_cancellation.html.erb b/app/views/account/settings/_cancellation.html.erb index 2b8172966..9b80ed064 100644 --- a/app/views/account/settings/_cancellation.html.erb +++ b/app/views/account/settings/_cancellation.html.erb @@ -1,7 +1,7 @@ <% if Current.account.cancellable? && Current.user.owner? %> -
+
-

Danger zone

+

Danger zone

Permanently delete your account and all its data, including users, boards, and cards.