/*
         Rulestex Colors v0.1.0
 An open-source web-based color picker
        © 2025 Codemaster United

Stylesheet to apply dark theme to Rulestex Colors
*/


.rlstxcols-panel {
    background: var(--dark-color);
    backdrop-filter: 10px;
    color: white;
    --picker-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}

.rlstxcols-panel .rlstxcols-cancel {
  color: white;
}

.rlstxcols-panel .rlstxcols-input {
  background: transparent;
  color: white;
  border-color: white;
}