mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -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;
|
||||
display: inline-block;
|
||||
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));
|
||||
}
|
||||
html.y #path i {
|
||||
background: none;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
border-width: .1em .1em 0 0;
|
||||
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));
|
||||
}
|
||||
#path a:hover {
|
||||
color: var(--fg-max);
|
||||
|
|
|
|||
Loading…
Reference in a new issue