All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.

8 lines
202 B

1 year ago
  1. #chat-log .whisper {
  2. background-color: var(--whisper-bg);
  3. background-blend-mode: luminosity;
  4. }
  5. #chat-log .blind {
  6. background-color: var(--blind-bg);
  7. background-blend-mode: luminosity;
  8. }