mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
slight control panel color adjustments
This commit is contained in:
parent
2482fad538
commit
40f711fbd5
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue