fix some CSS

This commit is contained in:
cutls 2020-08-30 22:42:49 +09:00
parent 91bc8c8bdd
commit fa440e8d9b
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ blockquote:before,
width: 100vw; width: 100vw;
height: calc(100vh - 3rem); height: calc(100vh - 3rem);
background-color: var(--bg); background-color: var(--bg);
filter: brightness(50%);
color: var(--color); color: var(--color);
z-index: 99999; z-index: 99999;
justify-content: center; justify-content: center;

View File

@ -238,6 +238,7 @@ iframe,
flex: 1; flex: 1;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
background-color: var(--bg);
} }
.additional { .additional {
overflow-x: scroll; overflow-x: scroll;