diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index c5069486..84453110 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -305,7 +305,8 @@ form { } input { margin: 1em 0 0 0; - background: none; + background: #ccc; + background: var(--transparent); padding: .5em; border-color: rgb(72, 182, 255); border-radius: .3em;