feat: add disclaimer modal
Node.js CI / CI (pull_request) Failing after 34s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 54s

This commit is contained in:
2025-12-27 13:52:15 -08:00
parent 7bd1ef9550
commit 0dc8dcc09d
4 changed files with 56 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#modal {
background-color: var(--color-background);
border-radius: 10px;
border: 2px solid var(--color-accent);
color: var(--color-primary);
}