some fixes

This commit is contained in:
syuilo
2020-12-28 17:00:31 +09:00
parent 20c076b369
commit 948a65bf39
8 changed files with 92 additions and 70 deletions

View File

@@ -316,8 +316,15 @@ export default defineComponent({
}
&.paged {
> div {
background: var(--bg);
background: var(--bg) !important;
> header {
background: transparent;
box-shadow: none;
> button {
color: var(--fg);
}
}
}