Story 3.2 done

This commit is contained in:
2026-05-23 18:23:48 +02:00
parent d175f92806
commit a1e8886fce
66 changed files with 18258 additions and 1650 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
// All selectors MUST be scoped under .scrying-pool.
// Use --sp-* tokens only — no Foundry --color-* / --font-* / --border-* tokens allowed.
// Implemented in story 1.5+.
// Notifications are delivered via Foundry's native ui.notifications toast system — no custom
// DOM insertion is required. This file is reserved for any future custom notification chrome.
.scrying-pool {
// Placeholder for notification-related overrides.
// Native ui.notifications toasts do not require additional scoping.
}