10 lines
478 B
Plaintext
10 lines
478 B
Plaintext
// All selectors MUST be scoped under .scrying-pool.
|
|
// Use --sp-* tokens only — no Foundry --color-* / --font-* / --border-* tokens allowed.
|
|
// 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.
|
|
}
|