mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
remove unintentionally added border
This commit is contained in:
parent
933b5e15bb
commit
ce1f15d293
|
|
@ -1730,7 +1730,7 @@ html.b #mu_outer {
|
|||
border: #777 solid 1px;
|
||||
border-radius: 5px;
|
||||
|
||||
border: var(--transparent) solid 1px;
|
||||
border: var(--transparent) solid 0px;
|
||||
color: #07c;
|
||||
color: var(--a);
|
||||
font-size: 1.5em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue