This commit is contained in:
ed 2021-09-19 00:07:49 +02:00
parent 9fe1edb02b
commit ed6c683922
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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