/* Folio v0.6.8 — 最終調整。夜設定でも写真編集用紙は明るい紙として保つ。 */
body.dark .photo-editor-paper,
.photo-editor-paper {
  color: #29332d;
}

body.dark .photo-editor-paper h2,
body.dark .photo-editor-paper button,
body.dark .photo-editor-paper label,
.photo-editor-paper h2,
.photo-editor-paper button,
.photo-editor-paper label {
  color: #29332d !important;
  opacity: 1 !important;
}

body.dark .photo-editor-paper .photo-editor-controls button,
body.dark .photo-editor-paper .photo-editor-controls label,
body.dark .photo-editor-paper .photo-editor-actions button:not(.primary) {
  border-color: rgba(55, 73, 62, .28) !important;
  background: rgba(255, 252, 243, .7) !important;
}

body.dark .photo-editor-paper .photo-editor-actions .primary,
.photo-editor-paper .photo-editor-actions .primary {
  color: #f8f1df !important;
  background: #43594c !important;
}
