some fixes
This commit is contained in:
parent
20c076b369
commit
948a65bf39
8 changed files with 92 additions and 70 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue