mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
light theme fix for path bar separator
This commit is contained in:
parent
4e552d4b39
commit
f6b7a42c3b
|
|
@ -821,12 +821,8 @@ html.y #files span.fsz_P { font-weight: bold }
|
||||||
margin: -1em .3em -1em -1.7em;
|
margin: -1em .3em -1em -1.7em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transform: skew(-25deg);
|
transform: skew(-25deg);
|
||||||
background: linear-gradient(70deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0.35));
|
border-right: var(--bg) solid 1px;
|
||||||
}
|
background: linear-gradient(70deg, transparent 40%, color-mix(var(--bg-max) 25%, transparent) 75%, color-mix(var(--bg-max) 35%, transparent));
|
||||||
html.y #path i {
|
|
||||||
background: none;
|
|
||||||
border-color: rgba(0,0,0,0.2);
|
|
||||||
border-width: .1em .1em 0 0;
|
|
||||||
}
|
}
|
||||||
#path a:hover {
|
#path a:hover {
|
||||||
color: var(--fg-max);
|
color: var(--fg-max);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue