slight control panel color adjustments

This commit is contained in:
Til Schmitter 2026-05-09 22:54:44 +02:00
parent 2482fad538
commit 40f711fbd5

View file

@ -51,7 +51,7 @@ html {
padding: 1.5em;
padding-bottom: 0em;
line-height: 1.3em;
background: color-mix(in oklab, var(--a-gray) 27%, var(--bg-max));
background: #282827;
border-radius: .5em;
border: var(--bg-u5) solid 1px;
box-shadow: 0 0 2em color-mix(in oklab, var(--bg-max) 60%, transparent 40%);
@ -327,6 +327,12 @@ input::placeholder {
opacity: 0.64;
color: #000;
}
input:autofill {
box-shadow: 0 0 0 40px #1f3b67 inset;
}
html.y input:autofill {
box-shadow: 0 0 0 40px #a2c9e6 inset;
}
html.z input::placeholder {
color: #fff;
}