lacymorrow/crossover

View on GitHub
src/renderer/styles/dist/preferences.css

Summary

Maintainability
Test Coverage
:root{--pref-highlight-color: orange;--pref-highlight-color-hover: #996300}@media(prefers-color-scheme: light){:root{--pref-highlight-color: red;--pref-highlight-color-hover: #990000}}body *{transition:all .2s ease-in-out}.group{margin-bottom:40px}.group .field button{display:inline-block;outline:none;cursor:pointer;font-size:16px;line-height:20px;font-weight:600;border-radius:8px;padding:14px 24px;border:none;transition:box-shadow .2s ease 0s,-ms-transform .1s ease 0s,-webkit-transform .1s ease 0s,transform .1s ease 0s;color:#fff;text-transform:inherit;background:linear-gradient(to right, #9147ff 0%, #6200ee 100%)}.group .field.key-resetApp button{background:linear-gradient(to right, rgb(230, 30, 77) 0%, rgb(227, 28, 95) 50%, rgb(215, 4, 102) 100%)}.group .field.key-crosshair .value{display:none}a{color:var(--pref-highlight-color, orange)}a:hover{color:var(--pref-highlight-color-hover, maroon)}/*# sourceMappingURL=preferences.css.map */