diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 8be4c171..9b52e87d 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -703,7 +703,6 @@ input.eq_gain { left: 0; bottom: 0; top: 7em; - width: var(--nav-sz); overflow-x: hidden; overflow-y: auto; -ms-scroll-chaining: none; diff --git a/copyparty/web/splash.css b/copyparty/web/splash.css index fda68f2c..c2ceb0d1 100644 --- a/copyparty/web/splash.css +++ b/copyparty/web/splash.css @@ -83,8 +83,8 @@ html.dark a { } html.dark input { color: #fff; - background: #624; - border: 1px solid #c27; + background: #626; + border: 1px solid #c2c; border-width: 1px 0 0 0; border-radius: .5em; padding: .5em .7em; diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 1e2e1345..3e26d5b6 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -1,5 +1,6 @@ @font-face { font-family: 'scp'; + font-display: swap; src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'), url(/.cpr/deps/scp.woff2) format('woff2'); } html {