remove unintentionally added border

This commit is contained in:
Til Schmitter 2026-05-24 20:46:02 +02:00
parent 933b5e15bb
commit ce1f15d293

View file

@ -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;