Added legal notice modal

This commit is contained in:
Alexis
2025-06-14 18:57:13 +02:00
parent a2253a165f
commit dd8a506ef3
8 changed files with 152 additions and 16 deletions

View File

@@ -10,6 +10,7 @@
@use 'map';
@use 'radix/toast';
@use 'radix/dialog';
:root {
--white: #fff;
@@ -56,6 +57,10 @@ a[href^='http']::after {
margin-left: .25em;
}
strong {
font-weight: 600;
}
.icon {
width: 1em;
}