All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
287 B

1 year ago
  1. /* Dark sheet background with red header */
  2. .actor.sheet.familiar .window-content {
  3. background: url(../img/header.webp), url("../../../ui/denim.png");
  4. background-repeat: repeat-x, repeat;
  5. background-size: 1335px, auto;
  6. box-shadow: 0 0 10vw var(--color-shadow-dark) inset;
  7. }