/* bright / dark mode */ .pintura-editor { --color-background: 255, 255, 255; --color-foreground: 0, 0, 0; } form#file_submit { width: 512px; margin: auto; } span.nb { display: block; margin-bottom: 1em; font-size: .68rem; line-height: normal; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; font-weight: 450; color: #ad9b6b; text-align: left; margin-top: -10px; } @media (prefers-color-scheme: dark) { html { color: #fff; background: #111; } .pintura-editor { --color-background: 1, 1, 1; --color-foreground: 255, 255, 255; } } /* size of the editor */ .my-editor { height: 95vh; } .filepond--credits { display: none; }