style(pdf): polish viewer ui

pull/2471/head
charlie 2021-08-06 15:50:21 +08:00
parent 54e0063a89
commit 4065a26334
1 changed files with 5 additions and 1 deletions

View File

@ -456,7 +456,11 @@
}
#pdf-layout-container {
background-color: #FFFFFF;
background-color: transparent;
&[data-theme=light] {
background-color: #FFFFFF;
}
&[data-theme=dark] {
background-color: #042f3c;