Changes

From Drawn to Life Wiki
edit summary readability for dark mode
Line 229: Line 229:     
/* Dark */
 
/* Dark */
 +
 +
/* Revision differences */
 +
@media (prefers-color-scheme: dark) {
 +
.diff-context {
 +
  background: #372579;
 +
  border-color: #6951cd;
 +
  color: #cac1e4;
 +
}
 +
.diff-addedline .diffchange {
 +
  background: #a3d3ff;
 +
  color: #16074b;
 +
}
 +
.diff-deletedline .diffchange {
 +
  background: #ffe49c;
 +
  color: #16074b;
 +
}
 +
}
    
/* Gallery Box */
 
/* Gallery Box */