diff --git a/frontend/src/pages/auth/sign-up.astro b/frontend/src/pages/auth/sign-up.astro index 63d4d5d..cb36dfa 100644 --- a/frontend/src/pages/auth/sign-up.astro +++ b/frontend/src/pages/auth/sign-up.astro @@ -13,7 +13,6 @@ import { SITE_URL } from '@constants';

Регистрация

-

Создайте аккаунт для доступа ко всем функциям

@@ -144,7 +143,7 @@ import { SITE_URL } from '@constants';
@@ -409,6 +408,17 @@ import { SITE_URL } from '@constants'; color: #b8941f; } + .checkbox-label .privacy-link { + color: #d4af37; + text-decoration: none; + font-size: 0.75rem; + } + + .checkbox-label .privacy-link:hover { + color: #b8941f; + text-decoration: underline; + } + .privacy-link-btn { background: none; border: none;